Cross-platform low-code GUI and automation
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
User widgets should not be a part of
enum ScreensEnum
andstatic const char *screen_names[] = { ... };
, only pages.