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.