eez-open / studio

Cross-platform low-code GUI and automation
https://www.envox.eu/studio/studio-introduction/
GNU General Public License v3.0
557 stars 94 forks source link

[LVGL] Subfolders for Font and Image Files #472

Open MisterDiz opened 2 months ago

MisterDiz commented 2 months ago

In a quest to make the file output as svelte as possible, it would help to add a folder structure for fonts and images. However you think its best/easiest to implement but I was imagining something along the lines of...

folders

Also, congrats on v0.15. Lots of new toys! I have a couple of spurious things to report on the Mac version. In dark mode, the Spinbox icon remains black.

Screenshot 2024-08-05 at 16 05 07

Also, I'm not sure if it's intentional but the Scrapbook title looks a little incongruous not being in the native UI font?

Screenshot 2024-08-05 at 16 04 27
mvladic commented 3 weeks ago

Implemented.

There is a new option "Store image and font files in a separate folder" in Build settings:

image

If enabled all images will be stored in images/ folder and all fonts in fonts/ folder.

By default, this option is disabled.