GeoffWebster

Results 4 comments of GeoffWebster

Any progress on this as I have the same problem. Workaround from antlanc7 didn't fix it for me.

antlanc7' workaround didn't work for me (see previous post) but using his workaround as a clue, I came up with working display for 90 deg and 270 deg by using...

These values work with the built-in display (170 x 240) of the ESP32-1732S019N board, the same one that started the ball rolling on this bug report

uint is NOT standard C, C++, C## and should be replaced in esp32_smartdisplay.h and esp32_smartdisplay.c by unsigned int or better still, uint8_t. Re-compiling after making the above amendments will then...