Skip to content
Discussion options

You must be logged in to vote

TFT_eSPI does not support that.

The minimum effort solution is to have one processor per display. One processor being master and telling the others what to display, say via serial messages via I2C, or UART. Processors are so cheap and do not need to be of the same type, for example one ESP32 connected to ST7789 and RPi Pico RP2040 (or cheap STM32) based boards for the other displays. For non-WiFi boards the RP2040 ones are my favorite choice due to very large RAM and FLASH.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Bodmer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants