n3bojs4 / octoprint-LCD1602

16 stars 12 forks source link

Original i2c address 0x27, new address (some devices) 0x3f #28

Open QueenOfSwords opened 1 year ago

QueenOfSwords commented 1 year ago

Hi there, I bought a Freenove 1602 module from Amazon and the i2c address turned out to be 0x3f instead - it was an easy fix in the end, but wonder if there's a way to have the plugin check which address is in use at installation?

wekuijt commented 9 months ago

Hi @QueenOfSwords and @n3bojs4 : I had the same problem, an 1602 module with i2c address 03f. What did you change? I changed it at init.py line 52, but I wonder this is the correct way?

BR, Wilco