Help with i2c screen that only show black squares #706
-
I recently bought a new display for my project to replace the ST7789 screen I had before. I specifically purchased this screen, which seems to be supported: AliExpress Link |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
What's your config file look like, have you configured it for i2c, usually white squares is a contrast issue. Also is it connected to +5v or +3.3v |
Beta Was this translation helpful? Give feedback.
If LCDI2CAddress is defined then the other entries are ignored. LCDEnabled does still need to be set to 1 though.
And yes, the two ranges for these devices. If it uses the PCF8574 chip then the range is 0x20-0x27 (0x27 usually the default) or 0x38-0x3F (0x3F as default) for devices with a PCF8574A.
Kevin