ST7789 (240x240 ST7789 GMT130-V1.0) #148
Replies: 4 comments 3 replies
-
it all depends on what pins you have the display connected to on the ESP32. You want to use hardware SPI and Hardware I2C if possible. I would need to know what MCU you are using in order to tell you what pins to connect the display to. |
Beta Was this translation helpful? Give feedback.
-
i testing the same pins on the ESP32 S2 mini then my other project. But is not working. I think the display is not so good........ https://lupyuen.github.io/articles/st7789 |
Beta Was this translation helpful? Give feedback.
-
the S2 is going to have different pins to use. lemme get you the pin numbers... |
Beta Was this translation helpful? Give feedback.
-
SPI MOSI - 13 I2C |
Beta Was this translation helpful? Give feedback.
-
Hello Kevin,
how i define the pins for an 240x240 ST7789 GMT130-V1.0 Display?
The pinout is little bit confusied, because it have: GND, VCC, SCK, SDA, RES, DC, BLK
But - is not I2C, it is SPI.... - i read in the network, that i can set SDA to mosi, but where is miso ?
So, here is my code:
Beta Was this translation helpful? Give feedback.
All reactions