add groups to the linked list

https://github.com/littlevgl/lvgl/issues/806
This commit is contained in:
manison
2019-02-15 08:46:12 +01:00
parent 79dc8b2ace
commit 8ec60fbe3e
5 changed files with 56 additions and 16 deletions

View File

@@ -91,6 +91,10 @@ void lv_init(void)
lv_anim_init();
#endif
#if USE_LV_GROUP
lv_group_init();
#endif
/*Init. the sstyles*/
lv_style_init();