feat(doc): Update display-related documentation to new API (#5489)

This commit is contained in:
J. Neuschäfer
2024-01-26 01:38:26 +08:00
committed by GitHub
parent 5e161fe1f1
commit e301af41c7
14 changed files with 50 additions and 61 deletions
+1 -1
View File
@@ -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.