Home
last modified time | relevance | path

Searched refs:Screen (Results 1 – 14 of 14) sorted by relevance

/lvgl-latest/docs/intro/
Dbasics.rst62 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/
Dobj.rst13 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 …]
Dscroll.rst152 the :ref:`Screen <screens>`.
/lvgl-latest/docs/details/integration/driver/display/
Drenesas_glcdc.rst72 Screen rotation
/lvgl-latest/docs/details/main-components/
Ddisplay.rst10 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.
Dindev.rst37 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/
Dstm32.rst66 /* Change Active Screen's background color */
185 /* Change Active Screen's background color */
/lvgl-latest/docs/
DREADME_zh.rst186 /* Change Active Screen's background color */
206 # Change Active Screen's background color
/lvgl-latest/docs/details/other-components/
Dfile_explorer.rst71 - ``File Explorer``: occupies full area of parent Widget, typically a Screen (Flex-Flow COLUMN)
Dobj_id.rst83 - Screen
/lvgl-latest/src/libs/thorvg/
Dthorvg.h198Screen, ///< The values of the pixels in the two layers are inverted, multiplied, and t… enumerator
DtvgSwRenderer.cpp460 case BlendMethod::Screen: in blend()
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp2209 return BlendMethod::Screen; in blend_method_conv()
/lvgl-latest/
DKconfig1978 bool "Use a QNX Screen window as a display"