Searched refs:Screen (Results 1 – 14 of 14) sorted by relevance
/lvgl-latest/docs/intro/ |
D | basics.rst | 62 Display vs Screen 70 - A **Screen** is the "root" Widget in the Widget Trees mentioned above, and are 77 Many functions related to Screen Widgets use the default display. 83 Screen Widgets 85 In this documentation, the term "Screen Widget" is frequently shortened to just 86 "Screen". But it is important to understand that a "Screen" is simply any 92 Active Screen 95 The Active Screen is the screen (and its child Widgets) currently being displayed. 112 To build this Widget Tree, the application first acquires a pointer to a Screen Widget. 113 A system designer is free to use the default Screen created with the :ref:`display` [all …]
|
/lvgl-latest/docs/details/base-widget/ |
D | obj.rst | 13 Examples of Widgets: :ref:`Base Widget (and Screen) <base_widget>`, 134 To get a Widget's Screen (highest-level parent) use :cpp:expr:`lv_obj_get_screen(widget)`. 295 - are automatically attached to the :ref:`default_display` current when the Screen 308 Screen Widgets (root of a Widget Tree) 330 Active Screen 334 Screen is referred to as the Display's "Active Screen". For this reason, only one 335 Screen and its child Widgets will ever be shown on a display at one time. 338 set as its "Active Screen". 340 To get a pointer to the "Active Screen", call :cpp:func:`lv_screen_active`. 342 To set a Screen to be the "Active Screen", call :cpp:func:`lv_screen_load` or [all …]
|
D | scroll.rst | 152 the :ref:`Screen <screens>`.
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | renesas_glcdc.rst | 72 Screen rotation
|
/lvgl-latest/docs/details/main-components/ |
D | display.rst | 10 In LVGL, an *lv_display_t* (not to be confused with a :ref:`Screen <screens>`) is a 69 Screen Layers 75 1. Bottom Layer (below Active Screen, transparent, not scroll-able, but click-able) 77 3. Top Layer (above Active Screen, transparent and neither scroll-able nor click-able) 86 For the bottom layer to be visible, the Active Screen's background has to be 105 To set a Screen you create to be the :ref:`active_screen`, call 144 Active Screen's background opacity is < 255.
|
D | indev.rst | 37 Touchpad, Touch-Screen, Mouse or Any Pointer 88 gestures to their parents so they can be detected on the Screen Widget in the
|
/lvgl-latest/docs/details/integration/chip/ |
D | stm32.rst | 66 /* Change Active Screen's background color */ 185 /* Change Active Screen's background color */
|
/lvgl-latest/docs/ |
D | README_zh.rst | 186 /* Change Active Screen's background color */ 206 # Change Active Screen's background color
|
/lvgl-latest/docs/details/other-components/ |
D | file_explorer.rst | 71 - ``File Explorer``: occupies full area of parent Widget, typically a Screen (Flex-Flow COLUMN)
|
D | obj_id.rst | 83 - Screen
|
/lvgl-latest/src/libs/thorvg/ |
D | thorvg.h | 198 …Screen, ///< The values of the pixels in the two layers are inverted, multiplied, and t… enumerator
|
D | tvgSwRenderer.cpp | 460 case BlendMethod::Screen: in blend()
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_tvg.cpp | 2209 return BlendMethod::Screen; in blend_method_conv()
|
/lvgl-latest/ |
D | Kconfig | 1978 bool "Use a QNX Screen window as a display"
|