SIP
I2C LCD not work - Printable Version

+- SIP (https://nosack.com/sipforum)
+-- Forum: SIP (Sustainable Irrigation Platform) (https://nosack.com/sipforum/forumdisplay.php?fid=1)
+--- Forum: Plugin questions (https://nosack.com/sipforum/forumdisplay.php?fid=6)
+--- Thread: I2C LCD not work (/showthread.php?tid=313)

Pages: 1 2


RE: I2C LCD not work - dan - 2023 Sep 08

It is fixed now.
I will post the updated plugin to GitHub shortly.

The changes were in lcd_adj.py lines 106 and 107.
changed
time.gmtime(gv.now)
to
time.localtime(gv.now)

Dan