Replies: 3 comments 1 reply
-
That is not supported so you would need to create a copy and search/replace all the strings TFT_eSPI in the entire library. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Processors are typically cheaper than the displays, so in this situation I would use one processor per display and link them for data exchange. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have been trying to link three of them. Tried bluetooth but unable to
pair them in a three-way. Would consider using webSocketsClient and Server,
but confused how each can send to the others when ever they need.
…On Thu., Mar. 23, 2023, 16:03 Bodmer, ***@***.***> wrote:
Processors are typically cheaper than the displays, so in this situation I
would use one processor per display and link them for data exchange.
—
Reply to this email directly, view it on GitHub
<#2524 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZH5LC55CVTKBDP27H7GKSDW5SUCFANCNFSM6AAAAAAWD52QGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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
-
This subject has probably been addressed before, but as an old-timer, I cant remember. I am making an application that runs on a single esp32 but uses two different displays. One is round using a GC9A01 driver with sprites, and the other is an ILI9341 display. How do I configure things to make this work. I had thought I might have to clone the TFT_eSPI library under a different name, but not sure of the implications. Can you help me out someway PLEASE.
TIA
Martyn
Beta Was this translation helpful? Give feedback.
All reactions