Hi, I have a very odd thing happening with the GrovePi+ kit board, when trying to use the RGB LCD display. It starts to count down to sleep, then suddenly switches to counting up, and finally crashes when it gets to about 140. I have re-installed everything from scratch 3 times, with same result. The button, LED and other digital items test fine, and there is nothing else connected to the I2C bus. Here is the terminal screen result:
pi@rpi-grove:~/GrovePi/Software/Python/grove_rgb_lcd $ python grove_rgb_lcd.py
Traceback (most recent call last):
File "grove_rgb_lcd.py", line 133, in <module>
setText_norefresh("Going to sleep in {}...".format(str(c)))
File "grove_rgb_lcd.py", line 119, in setText_norefresh
bus.write_byte_data(DISPLAY_TEXT_ADDR,0x40,ord(c))
IOError: [Errno 121] Remote I/O error
Any help would be greatly appreciated!
Tks, AB