-
|
I want to use an LCD to see data without connecting to web. so what is the secret? i have tested 2 different LCD's. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
As far I know there is no trick. I2C should be enabled. You could check with But as i2cdetect does not show it.... than it will be a search to find out why. |
Beta Was this translation helpful? Give feedback.
-
|
I've been running this one for months now: https://www.amazon.es/-/pt/dp/B07XT7LN61 I'm using a script to query the API and output a customized layout for the display (the T.PI notification system was not flexible enough for me). |
Beta Was this translation helpful? Give feedback.

As far I know there is no trick. I2C should be enabled. You could check with
raspi-configBut as i2cdetect does not show it.... than it will be a search to find out why.