How to manage simultaneous use of multiple displays with different drivers? #1458
Replies: 2 comments 4 replies
-
Up to myself. |
Beta Was this translation helpful? Give feedback.
-
One way in my mind was to run the same library with a different library name & variable names. So I turned all 8357 mentions of "TFT" to "TFT2" and all 5861 mentions of "tft" to "tft2". This however did not work, unfortunately. If anyone is able to assist with how to run the same library twice on a single esp32 so that I can use each instance of the library to run a specific TFT driver, that help would very much be appreciated! I look forward to a solution 😀 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I want to connect my ESP32 to three displays, used simultaneously, each with a different driver: ST7789, ILI9486, GC9A01.
How can I manage three configurations (compile with three User_Setup_Select.h, one for each driver) for the three different displays?
Regards,
Michel
Beta Was this translation helpful? Give feedback.
All reactions