Hi,
The original projects were using an Arduino Nano but the projects are being updated to tft touch screens using the ESP32 which write to the screen much faster.
That said the data sent to the screen is very slow in that its only updated every 30 seconds or so, and the SPI with Touch uses far less i/os than the parallel mode which is preferable for these projects.
Had seen the Nextion screens 3.5 and 4.3" which would be even better size wise, but the way they work and code looks very complex .... any comments about them ?