Getting toch on waveshare ESP32-S3 Development Board, with 1.28inch Round Touch LCD to work

OK - have tried the new libs you sent me and they are the same I loaded last week to get started. I reloaded them anyway. No luck.

Still have the same issue - put new screen in. It had a demo display out of the box - new program loaded and screen went black.

Used the Wiki pin assignments in one of the test programs I had and no change.

Have not tried to lower SPI speed. Will try that now.

Thanks to all of you for this thread! This has helped a LOT. My only issue now is I just want to confirm some of the other settings under Squareline. Please see the screenshot below.

#1 - Is this display bitdepth and swap setting correct?
#2 - I have been unable to confirm what this “Version” is for “v1.1.2”. Is that an Arduino IDE version, ESP32 board version, or TFT_eSPI version?

The ‘16bit’ vs ‘16bit-swap’ always depends on your particular display-controller & driver. (Btw LVGL-9.1 handles it differently than 8.3, it only swaps in the flush callback-function, hopefully handled by the display-driver.) If you get ‘inverted’ colours (the blue basic button colour is shown yellow) you’ll need to change the ‘swap’ setting.
The ‘Version’ is the board template’s version. The v1 board-templates are for LVGL-8, the v2 are for LVGL-9.