Replies: 3 comments 14 replies
-
It is possible but the display chip selects must be managed by the sketch. Some time ago I noticed a youtube video describing this. |
Beta Was this translation helpful? Give feedback.
-
I have been trying all kinds of variations but still no success. I can only get one screen to work which is always the second and the first occaisionally appears in a ghost format but never using the assigned PIN, except D8-15. |
Beta Was this translation helpful? Give feedback.
-
The screens do not have a hardware reset pin unfortunately. This means if a screen receives garbage commands it can "lock up" and then fail to respond to a software reset or other commands. The ESP8266 and ESP32 output clock signals at boot and if these pins are used for chip selects the display can lock up. Try other pins for the chip selects and add pullups so they are not floating at boot time. Check ESP8266 documentation or info websites. You may find disconnecting power and reconnecting after sketch upload makes both displays work as then each display gets a "power on reset". So many gotchas! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Does Dual Screen Support exist for ST7789 SPI?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions