Recommendations for the Largest SPI Supported Screen ? #1810
Replies: 3 comments 8 replies
-
The SSD1963 is the only option I am aware of and have tested, but it is 8 bit parallel only, not SPI. The main reason for not supporting other large screens is cost. It rapidly gets to the point where it is more cost effective to use a cheap Android tablet or phone as the display. Above 4" I use the ESP32 as the sensor on a WiFi network and a RPi Node-RED server, so I can see the data on any networked device with a web browser. This means a cheap Android tablet or phone can also be used as the screen. This is a more complicated and complex system but a good use of old or cheap tablets. Being able to see the sensor data on my phone or PC screen at any time is also handy. A second ESP32 could also be used as the display device. |
Beta Was this translation helpful? Give feedback.
-
I am in a similar situation. I need the ESP32 to drive a large (5" or better 7") display; performances are not important (mostly static output, mainly text). I see I could "wire" a RP2040 to the display and control it from the ESP32, but again: any known good large 5"-7" display which plays well with RP2040? Thanks |
Beta Was this translation helpful? Give feedback.
-
As I see my ESP32-S3 supports 16 bit parallel transfer, @Bodmer do you think adding option for 16 bit instead of current 8 bit can increase transfer speed? Is it possible? Off topic I got the 8inch screen 4-wire SPI with LT7683 driver chip from Buydisplay, it works with their internal Arduino lib, but I think SPI is so slow with large 8 inch 800x600 and my option is thinking of ordering another screen with parallel transfer instead. SSD1963 is prefer instead of LT7683 because TFT_eSPI currently support SSD1963 but not LT7683 yet. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As the title suggests, has anyone got any recommendations for the largest screen with SPI support?
I am not being lazy honest, I've spent hours searching AliExpress and BuyDisplays but most that I see are either Parallel or use the RA8875 chip that is not supported.
Parallel is not an option as my ESP32 is already running low on pins :(
7" would have been ideal, 5" a make do, smaller and I'll need to think again how I do this.
I except refresh rates will be low over SPI on a large screen, however for my application once the screen is completed then only needles or small data updates will be required to change.
I'll need to share the SPI interface with two other 3" displays, thus Cable Select will need to work.
Beta Was this translation helpful? Give feedback.
All reactions