16x2 LCD Display (Green Backlight)
SKU:
EG0004
Rs. 235

16x2 LCD Display (Green Backlight)
Rs. 235
16x2 LCD Display
\nThe 16x2 lcd display green backlight arduino is widely favored by both hobbyists and professionals due to its cost-effectiveness and simplicity of use. As the name implies, the 16x2 Alphanumeric LCD can display 16 Columns and 2 Rows, which amounts to a total of 32 characters. Each character can be a letter, a number, or even a custom character. This specific LCD has a green backlight, but there's also a Blue Backlight LCD available that can make your projects more visually appealing. Regardless of the backlight color, both LCDs have the same specifications and can share the same circuit and code. If your projects require more characters to be displayed, you can consider the 20x4 Graphical LCD, which has 20 Columns and 4 Rows, and can display up to 80 characters. \nSpecifications :
\n-
\n
- Operating Voltage: 4.7V to 5.3V \n
- Operating Current: 1mA (without backlight) \n
- Can display (16x2) 32 Alphanumeric Characters \n
- Supports Custom Characters \n
- Operates in both 8-bit and 4-bit Mode \n
LCD Module Control Pins and Power Configuration:
\nThe 16x2 LCD pinout diagram is also provided. As you can see, the module has two power pins, Vss and Vcc, to power the LCD. Typically, Vss should be connected to ground and Vcc to 5V, but the LCD can also operate from voltage between 4.7V to 5.3V. Next, we have the control pins namely Contrast (VEE), Register Select (RS), Read/Write (R/W), and Enable (E). The Contrast pin is used to set the contrast (visibility) of the characters, normally it is connected to a 10k potentiometer so that the contrast can be adjusted. The Read/Write pin is usually grounded because we will only be writing characters to the LCD and not reading anything from it. The Register Select (RS) and Enable pin (E) are the control pins of the LCD and will be connected to the digital pins GPIO pins of the microcontroller. These pins are used to instruct the LCD where to place a character, when to clear it, etc. \n \n
\n
\nFrom DB0 to DB7, we have our eight Data Pins which are used to send information about the characters that have to be displayed on the LCD. The LCD can operate in two different modes, in the 4-bit Mode only pins DB4 to DB7 will be used and the pins DB0 to DB3 will be left idle. In 8-bit Mode, all the eight-pin DB0 to DB7 will be used. Most commonly the 4-bit mode is preferred since it uses only 4 Data pins and thus reduces complexity and GPIO pin requirement on the microcontroller. Finally, we have the LED+ and LED- pins which are used to power the backlight LED inside our Display module. Normally the LED+ pin is connected to 5V power through a 100 ohm current limiting resistor and the LED- pin is connected to Ground.
\nPIN DESCRIPTION OF 16X2 LCD DISPLAY:
\n| Pin No. | \nPin Symbol | \nPin Name | \nConnection Description | \n
| 1 | \nVSS | \nGround | \nConnected to Ground | \n
| 2 | \nVCC | \nPower | \nConnected to Power (Typically 5V) | \n
| 3 | \nVEE | \nContrast | \nConnected to potentiometer 10k to control contrast | \n
| 4 | \nRS | \nRegister Select | \nConnected to Microcontroller | \n
| 5 | \nR/W | \nRead/Write | \nConnected to Ground | \n
| 6 | \nE | \nEnable | \nConnected to Microcontroller | \n
| 7 | \nDB0 | \nData Pin 0 | \nConnected to Microcontroller based on 4-bit or 8-bit Working Mode | \n
| 8 | \nDB1 | \nData Pin 1 | \n|
| 9 | \nDB2 | \nData Pin 2 | \n|
| 10 | \nDB3 | \nData Pin 3 | \n|
| 11 | \nDB4 | \nData Pin 4 | \n|
| 12 | \nDB5 | \nData Pin 5 | \n|
| 13 | \nDB6 | \nData Pin 6 | \n|
| 14 | \nDB7 | \nData Pin 7 | \n|
| 15 | \nLED+ | \nLED Positive | \nConnected to 5V through 100 ohm Resistor | \n
| 16 | \nLED- | \nLED Negative | \nConnected to Ground | \n