moononournation
moononournation
Sorry for the late reply, I think it is the multitask problems. Arduino is very simple framework and only have one loop procedure, thats mean only running one thing at...
gfx->begin(8000000); // 8MHz
I am building driver when I need to use it. I just received an ESP32S3 dev device with 8-bit display, so it should support soon...
ESP32PAR8 or SWPAR8 can be used.
In my previous experience, Arduino_ESP32PAR8 may be too fast for some display. So same setting Arduino_SWPAR8 can run well in lower speed. Now in ESP32S3 you can use the Arduino_ESP32LCD8,...
seems it is caused by read flash data corruption. may be lower the flash speed or provide a better power source.
if only happen in ST7735, what is the SPI speed?
I remember the max speed for ST7735 should be 27000000, you may test it again with this setting.
I never seem the error message “unknown operation id at” and google no result. So I don't know where the message come from...
is it any problems when you run PDQgraphicstest with ST7735?