Gorillacell Module: 003-gorillacell-rgb-led-module
Table of Contents

An RGB LED module is a 3-color (red, green, and blue) LED arranged in one package.
With the RGB LED module, you can display a different set of colors by turning ON 1 or more LEDs at the same time.
In this way, a different color is produced depending on the color combination.
Gorillacell ESP32 development kit comes with 1 piece of RGB LED module.
BASIC INFORMATION
Device | Category | Interface | Chipset | Description |
---|---|---|---|---|
Output | Display Cell | Digital / PWM | - | 0 = OFF, 1 = ON |
HOW DOES IT WORK?
It has 5 pins which are:
- GND - for the ground pin,
- VCC - for the supply voltage,
- Red - for the control signal of red LED,
- Green - for the control signal of green LED, and
- Blue - for the control signal of blue LED.
A logic 1 turns ON an LED and a logic 0 turns OFF an LED.
×