|
|
|
|
|
by kevin_thibedeau
1710 days ago
|
|
That is a convenience function. You can manage pointers to multiple screens yourself if desired. An LVGL "screen" is roughly equivalent to an Android activity. A complex UI may need to switch between multiple screens and it is often easier to just ignore lv_scr_act(). |
|