Searched refs:modes (Results 1 – 20 of 20) sorted by relevance
/lvgl-latest/docs/details/widgets/ |
D | menu.rst | 47 The following header modes exist: 53 You can set header modes with :cpp:expr:`lv_menu_set_mode_header(menu, LV_MENU_HEADER...)`. 58 The following root back button modes exist: 63 You can set root back button modes with
|
D | spangroup.rst | 97 Like the Label Widget, a Spangroup can be set to one the following text-alignment modes: 111 A Spangroup can be set to one the following modes: 136 first line. All modes support pixel units. In addition, :cpp:enumerator:`LV_SPAN_MODE_FIXED` 137 and :cpp:enumerator:`LV_SPAN_MODE_BREAK` modes support :ref:`percentage units <coord_units>`.
|
D | keyboard.rst | 37 Keyboards have the following modes: 43 …tor:`LV_KEYBOARD_MODE_USER_1` through :cpp:enumerator:`LV_KEYBOARD_MODE_USER_4` User-defined modes. 45 The layouts of the ``TEXT`` modes contain "keys" to change mode.
|
D | bar.rst | 67 The Bar can be one of the following modes:
|
D | label.rst | 90 Long modes 172 Some aspects of the scrolling animations in long modes
|
D | slider.rst | 72 The Slider can be in one of the following modes:
|
D | chart.rst | 227 (See `Update modes`_ below.) 241 .. _update modes: 243 Update modes
|
D | arc.rst | 65 The Arc can be one of the following modes:
|
D | textarea.rst | 15 One-line mode and password modes are supported.
|
D | scale.rst | 110 For a Scale in one of the ``..._ROUND_...`` modes, you can optionally get it to
|
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_image_formats.c | 32 static const char * modes[] = { variable 295 …nce, sizeof(reference), "draw/bin_image_stride%d_%s_%s.png", stride, compressions[i], modes[mode]); in test_image_formats() 301 modes[mode]); in test_image_formats()
|
/lvgl-latest/docs/details/other-components/ |
D | ime_pinyin.rst | 8 input) for a Keyboard Widget, which supports both 26-key and 9-key input modes. 106 lv_ime_pinyin has the following modes:
|
/lvgl-latest/docs/details/integration/renderers/ |
D | arm2d.rst | 11 Arm-2D accelerates LVGL9 with two modes: **Synchronous Mode** and
|
/lvgl-latest/src/drivers/display/drm/ |
D | lv_linux_drm.c | 518 lv_memcpy(&drm_dev->mode, &conn->modes[0], sizeof(drmModeModeInfo)); in drm_find_connector() 526 drm_dev->width = conn->modes[0].hdisplay; in drm_find_connector() 527 drm_dev->height = conn->modes[0].vdisplay; in drm_find_connector()
|
/lvgl-latest/docs/ |
D | ROADMAP.rst | 147 - |uncheck| `lv_label` reconsider label long modes. (support min/max-width/height as well) #3420 178 - Support dot_begin and dot_middle long modes for labels
|
D | CHANGELOG.rst | 61 - **feat(draw): add global matrix drawing modes** `4883 <https://github.com/lvgl/lvgl/pull/4883>`__
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | gen_mipi.rst | 18 …terface to configure display orientation, color resolution, various power modes, and provide gener…
|
/lvgl-latest/docs/details/base-widget/ |
D | scroll.rst | 29 following modes are available:
|
/lvgl-latest/docs/details/main-components/ |
D | display.rst | 553 As usual, monochrome displays support partial, full, and direct rendering modes as well. 554 In full and direct modes, the buffer size should be large enough for the whole screen,
|
D | indev.rst | 374 *Navigate* and *Edit* modes are used to avoid this problem with
|