Searched refs:Display (Results 1 – 25 of 33) sorted by relevance
12
/lvgl-latest/docs/details/integration/driver/display/ |
D | index.rst | 2 Display chapter
|
D | gen_mipi.rst | 14 …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…
|
D | st7735.rst | 11 Display data can be stored in the on-chip display data RAM of 132 x 162 x 18 bits. It can perform d…
|
D | st7789.rst | 10 microprocessor, and accepts, 8-bits/9-bits/16-bits/18-bits parallel interface. Display data can be …
|
D | st7796.rst | 11 MIPI interface. Display data can be stored in the on-chip display data RAM of 320x480x18 bits. It c…
|
D | st_ltdc.rst | 86 Display Rotation
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSvgCssStyle.cpp | 63 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()
|
D | tvgSvgLoaderCommon.h | 144 Display = 0x8000, enumerator
|
/lvgl-latest/docs/details/widgets/ |
D | keyboard.rst | 39 - :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/ |
D | library.properties | 7 category=Display
|
/lvgl-latest/docs/details/main-components/ |
D | display.rst | 4 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 …]
|
D | timer.rst | 14 - 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
|
D | draw.rst | 164 - list of Display(s) 166 - Layer(s): Each Display has its own list of Layers
|
/lvgl-latest/docs/details/integration/driver/ |
D | windows.rst | 2 Windows Display/Inputs driver 77 L"LVGL Display Window",
|
D | uefi.rst | 2 UEFI Display/Inputs driver
|
D | X11.rst | 2 X11 Display/Inputs driver
|
D | opengles.rst | 4 OpenGL ES Display/Inputs Driver
|
D | wayland.rst | 4 Wayland Display/Inputs driver
|
/lvgl-latest/docs/details/integration/renderers/ |
D | nema_gfx.rst | 11 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/ |
D | README.md | 18 - Display the 4 bands on the left side of a circle by default at 0°, 45°, 90°, 135°
|
/lvgl-latest/docs/intro/ |
D | basics.rst | 62 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.
|
D | introduction.rst | 49 …* 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/ |
D | lv_x11_input.c | 60 static int is_inp_event(Display * disp, XEvent * event, XPointer arg) in is_inp_event()
|
/lvgl-latest/docs/details/integration/framework/ |
D | arduino.rst | 12 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/ |
D | connecting_lvgl.rst | 127 Display Interface
|
12