I can't get an ST7735 TFT display (the 1.8" from here) to render properly.
The display is connected to the board as follows:
Display
NodeMCU
VCC
3.3v
GND
GND
CS
D8
RESET
D3
A0
D4
SDA
D7
SCK
D5
LED
3.3v
The screen does seem to be receiving instructions, however, it's not rendering correctly. With the YAML above, I expected to see a circle in the middle with a "Hello world" text on top, however, this is what I get:
The problem
I can't get an ST7735 TFT display (the 1.8" from here) to render properly.
The screen does seem to be receiving instructions, however, it's not rendering correctly. With the YAML above, I expected to see a circle in the middle with a "Hello world" text on top, however, this is what I get:
What am I missing?
Which version of ESPHome has the issue?
2022.3.1
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2022.7.7
What platform are you using?
ESP8266
Board
nodemcu
Component causing the issue
ST7735
Example YAML snippet