-
I've been struggling to find a way to build and flash a slint project for the esp32s3 (Lilygo t-display s3). Currently I'm trying with the idf.py tool from espressif. CMakeLists.txt looks as following;
If I keep CMakeLists that way, the header file won't be generated in time and I'll get an include error;
if I move the So is it possible to build/flash Slint projects with idf.py? If not, can you point me towards an alternative? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I've never tried to build with idf.py - I've only used the Rust build of Slint on bare metal, without idf. I'm a little sceptical that this can be made to work, but on the other hand it looks like you've come rather far. What should happen with |
Beta Was this translation helpful? Give feedback.
You might be pleased to learn that in Slint 1.2.0 we've added support for building with
idf.py
through the Slint ESP-IDF component.