2x16 RGB LCD display - negative RGB for + Keypad for Raspberry-Pi - I2C
Display HAT for Raspberry Pi
- RGB display 2x16 characters
- Negative display
- Keypad 5 buttons!
- Interface: I2C
Payments are secured by LyraCollect, a French payment collection company.
It is possible to delivered to your home, to a pick-up point or picked up by appointment at MCHobby
We prepare, pack and ship your orders with great respect and care.
Negative 2x16 LCD Display + keypad for Raspberry-Pi
Here is a nice product Adafruit that makes it very easy to use a LCD display 2 lines (2x16 characters) for any Raspberry-Pi. We really like RGB type displays because they offer an excellent cachet to projects. Unfortunately, these LCDs require a lot of digital pins, 6 to control the LCD display and 3 others for the RGB back-light... so a total of 9 pins. It's almost all the pins available to the GPIO of the Raspberry-Pi!
It's with these characteristics in mind that Adafruit has designed a display to make it easy to include in your projects. That is how they designed this plate for Pi that takes control of a 2x16 character LCD display, up to 3-pin back-light control AND 5-pin input for a 5-key Keypad... while using only the 2 pins of the GPIO reserved for the I2C bus! The best part of all this is that you don't lose these 2 pins since you can connect I2C sensors, a RTC (Real Time Clock) that all share the same I2C bus.
It's a great way to add a display without being bothered by a ton of connections.
This hat is perfect if you want to realize a standalone project with its own user interface. The 4 directional buttons + the selection button makes it possible to realize a control system without having to connect a computer.
The Pi-Shield is designed for revision 1 and revision 2 of the Raspberry-Pi. It uses I2C bus (SDA/SCL) pins. The Pi-Shield is delivered with an extra-large 26-pin connector... So the Shield takes place above the USB and Ethernet connectors.
Negative display = Letters in RGB
At present, the code and the kit can control the LCD RGB back-light by turning on/off each of the LEDs. This means that you can display the colors: Red, Yellow, Green, Bluish green, Blue, Purple, White or all turned off. Such will be the color of the letters on black (dark) background.
There is no PWM support to control the back-light. If you need a more granular control of the RGB back-light to display a wider range of color, you should know that this shield doesn't know how to do it (the 'I2C expander' circuit doesn't have a PWM output).
Content
This product is delivered as a kit to assemble! Including a high quality card (PCB) and all components (buttons, connectors, etc).
Negative LCD display 2 lines of 16 characters is included!
Mounting this shield is easy, even if you have never done welding before. The kit can be mounted in 30 minutes.
Tutorials
- AdaFruit offers a tutorial (in English) to assemble the kit.
- The AdaFruit tutorial (in English) also includes Python code to easily take control of the LCD and buttons.
You can also easily read the status of the 5 buttons through the library... and thus have 5 buttons extra WITHOUT using more pins. The reading of the state of the buttons are also automatically disassembled in the library. - Raspberry Pi Wifi Radio.
Adafruit project (in English) using this product. - Manufacturer product page with tutorials, documentation and assembly information