I'm currently using an Elecrow 7" 800 x 480 LCD panel with an ESP32-S3 and LovyanGFX for my project. I use sprites so the display is quick and smooth and it works well. I use the touch capability to navigate through options. I also use the ESP32 TWAI (CAN) to send data to the display to control what is shown on the screen. I don´t need the WiFi or Bluetooth capabilities.
I would like to have a 10.1" display with 1024 X 600 resolution but in this range the maximum is 7" so I am looking for a new display solution.
It seems there are several possibilities.
A panel with a driver chip such as the RA8876 and then interface to an ESP32 or ARM based processor to drive the display - this option is probably most similar to what I do now. The problem I see is that with the ESP32 I am at the limit of the memory for the size of the sprite I am using (540 x 400 pixels with 8 bit colour depth).
A DVI/HDMI display and using a RP2040 or other ARM CPU to drive it
Some other solution?
I want to avoid using a Raspberry PI if possible as I'm not convinced about the reliability of having everything contained on an SD card.
So what are the opinions and possible solutions to moving to a 10.1" display?
I would like to have a 10.1" display with 1024 X 600 resolution but in this range the maximum is 7" so I am looking for a new display solution.
It seems there are several possibilities.
A panel with a driver chip such as the RA8876 and then interface to an ESP32 or ARM based processor to drive the display - this option is probably most similar to what I do now. The problem I see is that with the ESP32 I am at the limit of the memory for the size of the sprite I am using (540 x 400 pixels with 8 bit colour depth).
A DVI/HDMI display and using a RP2040 or other ARM CPU to drive it
Some other solution?
I want to avoid using a Raspberry PI if possible as I'm not convinced about the reliability of having everything contained on an SD card.
So what are the opinions and possible solutions to moving to a 10.1" display?