Home
last modified time | relevance | path

Searched refs:Display (Results 1 – 25 of 33) sorted by relevance

12

/lvgl-latest/docs/details/integration/driver/display/
Dindex.rst2 Display chapter
Dgen_mipi.rst14 …specifications related to display devices, including DBI (Display Bus Interface), DSI (Display Ser…
15 (Display Command Set). Usually when one talks about a MIPI-compatible display, one thinks of a devi…
Dst7735.rst11 Display data can be stored in the on-chip display data RAM of 132 x 162 x 18 bits. It can perform d…
Dst7789.rst10 microprocessor, and accepts, 8-bits/9-bits/16-bits/18-bits parallel interface. Display data can be …
Dst7796.rst11 MIPI interface. Display data can be stored in the on-chip display data RAM of 320x480x18 bits. It c…
Dst_ltdc.rst86 Display Rotation
/lvgl-latest/src/libs/thorvg/
DtvgSvgCssStyle.cpp63 if (((from->flags & SvgStyleFlags::Display) && !(to->flags & SvgStyleFlags::Display)) || in _copyStyle()
64 … _isImportanceApplicable(to->flagsImportance, from->flagsImportance, SvgStyleFlags::Display)) { in _copyStyle()
66 to->flags = (to->flags | SvgStyleFlags::Display); in _copyStyle()
67 if (from->flagsImportance & SvgStyleFlags::Display) { in _copyStyle()
68 to->flagsImportance = (to->flagsImportance | SvgStyleFlags::Display); in _copyStyle()
DtvgSvgLoaderCommon.h144 Display = 0x8000, enumerator
/lvgl-latest/docs/details/widgets/
Dkeyboard.rst39 - :cpp:enumerator:`LV_KEYBOARD_MODE_TEXT_LOWER` Display lower case letters
40 - :cpp:enumerator:`LV_KEYBOARD_MODE_TEXT_UPPER` Display upper case letters
41 - :cpp:enumerator:`LV_KEYBOARD_MODE_SPECIAL` Display special characters
42 - :cpp:enumerator:`LV_KEYBOARD_MODE_NUMBER` Display numbers, +/- sign, and decimal dot
/lvgl-latest/
Dlibrary.properties7 category=Display
/lvgl-latest/docs/details/main-components/
Ddisplay.rst4 Display (lv_display)
8 What is a Display?
41 Display Features
49 Once created, a Display object remembers the characteristics of the display hardware
61 - The :ref:`flush_callback` function that moves pixels from :ref:`draw_buffers` to Display hardware
117 be used to create Widgets that are visible on all Screens shown on a Display. But,
143 Display, but it is located below the :ref:`active_screen`. It's visible only if the
150 Display Events
156 If you added ``user_data`` to the Display, you can retrieve it in an event like this:
187 Display Setup
[all …]
Dtimer.rst14 - refresh each display --- during the creation of each :ref:`Display`, a Timer is
15 created for that Display. That Timer refreshes the display based on the configured
145 Be advised: this also pauses handling of Timers that refresh Display(s) and read
Ddraw.rst164 - list of Display(s)
166 - Layer(s): Each Display has its own list of Layers
/lvgl-latest/docs/details/integration/driver/
Dwindows.rst2 Windows Display/Inputs driver
77 L"LVGL Display Window",
Duefi.rst2 UEFI Display/Inputs driver
DX11.rst2 X11 Display/Inputs driver
Dopengles.rst4 OpenGL ES Display/Inputs Driver
Dwayland.rst4 Wayland Display/Inputs driver
/lvgl-latest/docs/details/integration/renderers/
Dnema_gfx.rst11 Get Started with the Riverdi STM32U5 5-inch Display
15 is a ready-to-use port for the Riverdi STM32 5.0" Embedded Display
/lvgl-latest/demos/music/
DREADME.md18 - Display the 4 bands on the left side of a circle by default at 0°, 45°, 90°, 135°
/lvgl-latest/docs/intro/
Dbasics.rst62 Display vs Screen
67 - A **Display** or **Display Panel** is the physical hardware displaying the pixels.
68 - A :ref:`display` object is an object in RAM that represents a **Display** meant
74 Default Display
76 When the first :ref:`display` object is created, it becomes the Default Display.
Dintroduction.rst49 …* Display buffer: > *"Horizontal resolution"* pixels (> 10 X *"Horizontal resolution"* is recomme…
83 * `lv_drivers <https://github.com/lvgl/lv_drivers>`__: Display and input device drivers
292 * Lower the size of the *Display buffer*.
/lvgl-latest/src/drivers/x11/
Dlv_x11_input.c60 static int is_inp_event(Display * disp, XEvent * event, XPointer arg) in is_inp_event()
/lvgl-latest/docs/details/integration/framework/
Darduino.rst12 If you are using the Arduino GIGA Display Shield (docs `here <https://docs.arduino.cc/hardware/giga…
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dconnecting_lvgl.rst127 Display Interface

12