Searched refs:lv_scr_load (Results 1 – 10 of 10) sorted by relevance
/lvgl-latest/tests/src/test_cases/ |
D | test_screen_load.c | 10 lv_scr_load(screen); in test_screen_load_no_crash()
|
/lvgl-latest/src/core/ |
D | lv_disp.h | 205 static inline void lv_scr_load(lv_obj_t * scr) in lv_scr_load() function
|
/lvgl-latest/demos/music/ |
D | lv_demo_music.c | 267 lv_scr_load(lv_obj_create(NULL)); in auto_step_cb()
|
/lvgl-latest/docs/overview/ |
D | layer.md | 16 lv_scr_load(scr); /*Load the screen*/
|
D | display.md | 24 `lv_scr_act()`, `lv_scr_load(scr)`, `lv_layer_top()`, `lv_layer_sys()`, `LV_HOR_RES` and `LV_VER_RE… 54 To load a screen, use `lv_scr_load(scr)`. To get the active screen, use `lv_scr_act()`. These funct…
|
D | object.md | 143 To load a new screen, use `lv_scr_load(scr1)`. 176 `lv_scr_act()`, `lv_scr_load()` and `lv_scr_load_anim()` operate on the default display.
|
D | event.md | 112 - `LV_EVENT_SCREEN_UNLOAD_START` A screen unload started, fired immediately when lv_scr_load/lv_scr…
|
/lvgl-latest/docs/widgets/ |
D | obj.md | 76 …lv_obj_t * screen = lv_obj_create(NULL)`, you can make it active with `lv_scr_load(screen)`. The `…
|
/lvgl-latest/docs/get-started/ |
D | quick-overview.md | 97 To get the current screen call `lv_scr_act()`, and to load a screen use `lv_scr_load(scr1)`.
|
/lvgl-latest/docs/ |
D | CHANGELOG.md | 526 - fix(disp): make lv_scr_load work better with lv_scr_load_anim and auto_del = true [`52287fd`](htt…
|