Can't get my I2C LCD working
-
Hi,
I followed the instructions given in the docs (https://docs.onion.io/omega2-docs/communicating-with-i2c-devices.html#moving-beyond-the-command-line), but it wont work.
Is the I2C LCD library from David Stein even compatible with the new omega?Furthermore I have the same problem as @Zogg-Baubas and can't find the device address. (https://community.onion.io/topic/1326/i2c-can-t-find-device-address)
If anybody had the same problems and found a way to solve them, it would be really nice if you could share them!
-
Any updates? Have the same issues trying duplicate the tutorials -
http://davidstein.cz/onion-omega-firei2clcd-lib/
and
Thanks in advance.
-
@Vincent-Campos
Checked SunFounder docs and listed address as 0x27 for LCD 16X2, so used it instead of 0x3f and it works now. No other changes made and could not see it listed in i2cdetect so far.