What do you want to achieve?
Export UI Files to my arduino sketch folder
What have you tried so far?
manually move…
Screenshot or video
Others
-
SquareLine Studio version: 1.3
-
Operating system: Windows 10
-
Target hardware: ESP32
A guy helped me out with some coding in arduino and Squareline Studio. He exported the project and i can import it. When i export the UI Files to my sketch folder there will be a lot of folders created (Fonts, Screens and so on). When he export it, all i in in the sketch folder. And with my export i cannot compile becaus of wrong path. When i manually move it, it works but i dont want to move it after every export. Can i set to put all in the sketch (UI Export) Root?
You can adjust the export path in SLS using menu File → Project Settings. It’s under “File Export” section.
Hi. This is clear. But it creates folders beneath it.
Use Squareline 1.2.3 , ireport this dont good feature in new version, but seems authors dont release correction soon.
Thanks. How to use the Cmakefile.txt in arduino. The folders are not the problem for myself, but the compiler…
The new versions of SquareLine export the Arduino UI projects as an Arduino library.
I think the simplest that you can do is adding this folders and file to your library folder and export the UI files into the src
folder. Let me know how it works.
1 Like
Hi. I could be so easy… But i can´t find it in the documentation.
It now works…
Thanks