Is it possible to take existing ui files and build a project around them? The files are from a functional Espressif demo that I would like to modify without having to recreate the wheel. I’m currently using SLS 1.5.0
This demo:
TIA,
-Terry
Is it possible to take existing ui files and build a project around them? The files are from a functional Espressif demo that I would like to modify without having to recreate the wheel. I’m currently using SLS 1.5.0
This demo:
TIA,
-Terry
Hi, it is possible to take existing UI files and build a project around them. You can transfer theme colors (Themes.slt), images (.png), fonts (.ttf, *.bin, .fcfg), and components (.comp) from one project to another. If you want to use the ESP demo as a base, it’s best to clean up that project first, remove anything unnecessary, and then create your new project from there.