Hi all,
I would like to know how to use the Grove LCD RGB backlit (http://www.seeedstudio.com/wiki/Grove_-_LCD_RGB_Backlight) included in my GrovePi starter kit to integrate it with my Python projects for the other Grove sensors
Regards
Hi all,
I would like to know how to use the Grove LCD RGB backlit (http://www.seeedstudio.com/wiki/Grove_-_LCD_RGB_Backlight) included in my GrovePi starter kit to integrate it with my Python projects for the other Grove sensors
Regards
Hi,
The Grove LCD RGB Backlight module works with I2C and is compatible with the GrovePi. Sadly there is no library for it in Python.
The C++ library here https://github.com/Seeed-Studio/Grove_LCD_RGB_Backlight/blob/master/rgb_lcd.cpp would have to be ported to Python for the Raspberry Pi.
If you want to port the library then you can have a look at the compass library that we had ported for the Grove Compass module here https://github.com/DexterInd/GrovePi/blob/master/Software/Python/grove_compass_lib.py .