mirror of
https://github.com/lvgl/lvgl.git
synced 2026-09-22 03:05:41 +08:00
feat(doc): Update display-related documentation to new API (#5489)
This commit is contained in:
@@ -135,7 +135,7 @@ pointer to the active screen.
|
||||
|
||||
If you have multiple displays, it's important to know that the screen
|
||||
functions operate on the most recently created display or the one
|
||||
explicitly selected with :cpp:func:`lv_disp_set_default`.
|
||||
explicitly selected with :cpp:func:`lv_display_set_default`.
|
||||
|
||||
To get an object's screen use the :cpp:expr:`lv_obj_get_screen(obj)` function.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user