SparkFun
Basic 16x2 Character LCD - RGB Backlight 5V
This is similar to other 16x2 character LCDs that you’ve seen before but with one vibrant difference: The backlight is actually an RGB LED. This means tha...
This is similar to other 16x2 character LCDs that you’ve seen before but with one vibrant difference: The backlight is actually an RGB LED. This means that you can change the backlight of this display to any color you want by controlling the three backlight levels. It also utilizes an extremely common parallel interface so code is freely available (check below for an Arduino example). You will need ~11 general I/O pins to interface to this LCD screen, plus an extra 3 pins for the RGB backlight.
Note: The backlight is controlled by pins 18, 17, and 16.
Documents:
Jargon buster
Plain-language definitions for the technical terms used above.
- LCD
- LCD stands for liquid crystal display, a screen technology that uses a backlight and liquid crystals to show images or text. It matters because LCD modules usually need a display driver and enough controller pins or a bus interface to send image data.
- LED
- A light-emitting diode is a small electronic component that lights up when current flows through it in the correct direction. In this kit, LEDs create the flashing effect, so polarity and correct soldering matter for the project to work.
- parallel interface
- A parallel interface sends several bits of data at the same time using multiple wires. It can be faster than simple serial connections, but it uses more microcontroller pins, so it is less convenient for small projects with limited wiring space.
- RGB
- Short for red, green and blue, usually referring to an LED that can mix those three colours. It matters because controlling an RGB LED teaches how separate outputs combine to create different colours.
Find this product in
Displays & Screens
ADM1602K-FS-RGB-FBW LCD Datasheet
Datasheet · 868.1 KB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 533.3 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Related Tutorials
Free guides on learn.littlebird.com.au