eez-open / studio

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

[LVGL] In generated source code, user widgets are also included inside `enum ScreensEnum` and `static const char *screen_names[] = { ... };` #637

Open mvladic opened 2 hours ago

mvladic commented 2 hours ago

User widgets should not be a part of enum ScreensEnum and static const char *screen_names[] = { ... };, only pages.

mvladic commented 2 hours ago

Fixed.