Hi I am struggling to setup exported Square Line files for ESP32-S3 4.3inch Capacitive Touch Display Development Board, 800×480, 5-point Touch, 32-bit LX7 Dual-core Processor.
Once I compile and upload in Arduino IDE it gives me a GPOI error E (227) (7,7,10,15).
I would truly appreciate it if someone can assit or give a helping hand to sort this out as I really need this project to work.
I found that the board uses ST72xx driver which is not supported by Squareline Studio these errors occur becuase of the wrong LCD driver if I include the file on waveshare website it works with LVGL but there is no board and drivers support for this on Squareline
Having the correct drivers is a must of course. If the general TFT_eSPI included in the Arduino-IDE board-template doesn’t support your specific hardware, you need to substitute it with the recommended driver. We might create board-templates for the other popular driver libraries (like LovyanGFX or Arduino-GFX) later. We usually create board-templates for popular boards or boards that we have at our disposal, but obviously not everything, there are too many boards/variants to look at. The board-template format is open (Open Board Platform (OBP) | SquareLine Studio) though so you have the option te create one for your board and maybe share it with the community if it works.