Skip to content

Grove_RGB

Antonio Lignan edited this page Jan 29, 2016 · 7 revisions

Grove LCD display with RGB backlight

LCD display with RGB backlight

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

  1. Grab Contiki and prepare the development setup (skip if you already have it)

  2. 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.

  3. 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.

  4. 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

Clone this wiki locally