I want to have a working Squareline build under ESP-IDF for the Elecrow 5" panel (DIS07050H).
The existing Elecrow 5" example does not build under ESP-IDF, just Arduino. I can’t find any example Squareline projects that build under ESP-IDF , using ESP32-S3, using ILI6122.
Does anyone have an example ESP32-S3 / ILI6122 project that works under current ESP-IDF, LVGL, Squareline?
Others
SLS 1.5.0
Building under MacOS / VS + ESP-IDF 5.
Target Hardware : Elecrow DIS07050H
OK - is there a project framework that compiles under ESP-IDF? The export doesn’t seem to produce a working project under ESP-IDF, just a components folder.
We have tested a working example that you can export from SquareLine Studio for DIS07050H ESP-IDF. At this time SquareLine Studio supports ESP-IDF4.4.6
The installer provides an ESP-IDF environment where you can use to build the project from command:
edit the provided build.bat, so it contains the followings:
rd build /S /Q
rem md build
rem cd build
idf.py build
rem cmake -G “Ninja” … -DCMAKE_BUILD_TYPE=Release #ninja -j 4
run build.bat and when done,
edit the provided flash.bat, so it contains the followings: