Seeed-Studio / Grove_LCD_RGB_Backlight

Seeedstudio, Grove - LCD RGB Backlight
MIT License
80 stars 90 forks source link

Library only supports one row #9

Closed jsilence closed 7 years ago

jsilence commented 7 years ago

The examples do not work properly. Color of the display can be set, but text does not appear. When setting up the display as one row, the text is being displayed: lcd.begin(16, 1); But then only one row is usable and the contrast of the displayed text is very low.

bigkevmcd commented 7 years ago

I ran into this issue, and I'm using the Grove shield, it was switched to 3.3v instead of 5v (there's a small switch on the side beside the reset button).

jsilence commented 7 years ago

Yes thank you bigkevmcd, this was it. It actually is mentioned on the wiki page of the library but that notice slipped my attention.