1.9" st7789 170x320 display #3471
pipikupi
started this conversation in
Compatible displays and setup files
Replies: 1 comment
-
-DST7789_DRIVER=1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got display from ali...s
https://www.tztstore.com/goods/show-6316.html
Tried to set that with ESP32 using standard pins
#define TFT_MISO 19 // not connected
#define TFT_MOSI 23
#define TFT_SCLK 18
#define TFT_CS 05
#define TFT_DC 16
#define TFT_RST 17 // EN
but there is still nothing working.
Will be appreciated for any advice.
Tried few setups for that chip and none of them is working
Beta Was this translation helpful? Give feedback.
All reactions