ST7789 say nothing...
Posted: 04 Jul 2023, 00:27
excuse me, someone will become tired from my silly question but I'm going crazy...
After long time using LCD like 1306 (I2C) I was interested in the SPI family, as ST7789.
I connected this device but nothing appear
Spi configured as VSPI:
CLK: GPIO-18
MISO: GPIO-19
MOSI: GPIO-23
CS: GPIO-15
DC: GPIO-2
RES: GPIO-4
The display light on background lights on (I can fell the difference connecting BLK to GND)
but nothing appear, also using the direct command
Any ideas?
PS the displays are good, I've tested them with a direct Arduino sketch and they work
thank you in advance (as always)
After long time using LCD like 1306 (I2C) I was interested in the SPI family, as ST7789.
I connected this device but nothing appear

Spi configured as VSPI:
CLK: GPIO-18
MISO: GPIO-19
MOSI: GPIO-23
CS: GPIO-15
DC: GPIO-2
RES: GPIO-4
The display light on background lights on (I can fell the difference connecting BLK to GND)
but nothing appear, also using the direct command
Code: Select all
ST7789,txt,123
I can read changes in the output:1209195: HTTP: st7789,txt,hello
1209264: static_file: /esp.css
1209265: Serve 304: 1688425635 /esp.css
1216874: Webserver 1 Arguments: 0: 'cmd' length: 14
1216875: HTTP: st7789,txt,123
1216937: static_file: /esp.css
1216938: Serve 304: 1688425635 /esp.css
so it seems to works, but the display doesnt show nothing.CursorX:0
CursorY:205
Any ideas?
PS the displays are good, I've tested them with a direct Arduino sketch and they work
thank you in advance (as always)