Grove_RGB - Zolertia/Resources GitHub Wiki
Grove LCD display with RGB backlight
- Available at Zolertia store
- Available at Grove/Seeedstudio
Technical details
- Input Voltage:5V
- Operating Current<60mA
- CGROM: 10880 bit
- CGRAM: 64*8 bit
- Colorful RGB Backlight
- Built-in English and Japanese fonts
- I2C communication, uses only two IOs
- Automatic power-on reset
Available documentation (manufacturer)
Libraries and examples
The Contiki sensor library can be found at platform/zoul/dev/rgb-bl-lcd.c
, check out the most updated version in Contiki repository.
To test the LCD displayfollow the next steps
-
Grab Contiki and prepare the development setup (skip if you already have it)
-
Connect the LCD display to the RE-Mote using the 5-pin cable as shown in the photo above. This is a 5-pin connector with 2.54 mm pitch spacing, if you are to connect using a different cable than the one provided, check out the RE-Mote pin-out and the connector information .
-
Note the LCD works over 5V, you need to power the RE-Mote either by an external power supply or USB. One way to power the LCD from the RE-Mote, use the
D+5.1
pin. as shown in the photo above. -
Compile the test example and program the RE-Mote:
cd examples/zolertia/zoul
make test-lcd.upload
You should see:
For an extended example visit our hackster project showing How to use the LCD display for open field distance tests