Searched refs:down (Results 1 – 25 of 25) sorted by relevance
/lvgl-latest/libs/nema_gfx/include/ |
D | nema_transitions.h | 91 void nema_transition_linear_ver(nema_tex_t up, nema_tex_t down, 119 void nema_transition_cube_ver(nema_tex_t up, nema_tex_t down, 147 void nema_transition_innercube_ver(nema_tex_t up, nema_tex_t down, 175 void nema_transition_stack_ver(nema_tex_t up, nema_tex_t down, float step,
|
/lvgl-latest/examples/widgets/dropdown/ |
D | index.rst | 2 Simple Drop down list 8 Drop down in four directions
|
/lvgl-latest/src/drivers/libinput/ |
D | lv_xkb.c | 77 uint32_t lv_xkb_process_key(lv_xkb_t * dsc, uint32_t scancode, bool down) in lv_xkb_process_key() argument 144 xkb_state_update_key(dsc->state, keycode, down ? XKB_KEY_DOWN : XKB_KEY_UP); in lv_xkb_process_key()
|
D | lv_xkb.h | 52 uint32_t lv_xkb_process_key(lv_xkb_t * dsc, uint32_t scancode, bool down);
|
/lvgl-latest/docs/details/other-components/ |
D | gridnav.rst | 10 If the child Widgets are arranged into a grid-like layout then the up, down, 53 left/right keys) or first/last row (on up/down keys) 59 for grid navigation. Up/down key events will be sent to the Widget that has focus. 60 - :cpp:enumerator:`LV_GRIDNAV_CTRL_VERTICAL_MOVE_ONLY`: Only use the up/down keys
|
D | observer.rst | 324 Drop-down 326 Bind an integer subject to a drop-down's value
|
/lvgl-latest/examples/widgets/list/ |
D | index.rst | 9 Sorting a List using up and down buttons
|
/lvgl-latest/demos/keypad_encoder/ |
D | README.md | 6 This demo shows how to handle buttons, drop-down lists, rollers, sliders, switches and text inputs …
|
/lvgl-latest/docs/_static/css/ |
D | fontawesome.min.css | 5 …down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:be…
|
/lvgl-latest/docs/details/widgets/ |
D | dropdown.rst | 17 The Drop-down list is added to the default group (if one is set). 18 The Drop-down list is an editable Widget allowing list-item selection via
|
D | scale.rst | 121 Some labels of the Scale might be drawn upside down (to match the tick) if the Scale includes a cer… 123 Labels that would be upside down are then rotated 180
|
D | calendar.rst | 161 Drop-down
|
/lvgl-latest/docs/details/base-widget/ |
D | scroll.rst | 137 - :cpp:enumerator:`LV_DIR_BOTTOM`: only scroll down 164 and scrolling slows down smoothly. 177 when the user "over-scrolls" the content. The scrolling slows down, and
|
D | obj.rst | 612 :cpp:enumerator:`LV_KEY_RIGHT` will scroll up/down instead, making it compatible with
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | lcd_stm32_guide.rst | 73 #. In GPIO Settings set SPI1_SCK to Pull-down and Very High output speed and set the User Label to … 76 #. Set ``LCD_CS`` to No pull-up and no pull-down, Low level and Very High speed. 78 #. Set ``LCD_DCX`` to No pull-up and no pull-down, High level and Very High speed.
|
/lvgl-latest/demos/ |
D | README.md | 138 …r encoder without a touchpad. This demo shows how to handle buttons, drop-down lists, rollers, sli…
|
/lvgl-latest/docs/details/integration/bindings/ |
D | pikascript.rst | 32 - Enjoy detailed code hints down to the parameter type for a better programming experience
|
/lvgl-latest/docs/details/main-components/ |
D | indev.rst | 340 - :cpp:enumerator:`LV_KEY_DOWN`: Decrease value or move down 503 - ``scroll_throw`` Scroll throw (momentum) slow-down in [%]. Greater value means faster slow-down.
|
D | draw.rst | 39 one or more Draw Tasks and pass them down the Drawing Pipeline. Each Draw Task
|
D | display.rst | 589 area to the nearest multiple of 8. The `x1` and `y1` coordinates are rounded down,
|
/lvgl-latest/docs/details/debugging/ |
D | profiler.rst | 120 Run the UI scenario that you want to measure, such as scrolling a scrollable page up and down or en…
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style-properties.rst | 1274 Scale down all opacity values of the Widget by this factor. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` … 1288 First draw Widget on the layer, then scale down layer opacity factor. Value 0, `LV_OPA_0` or `LV_OP… 1428 Adjust sensitivity for rotary encoders in 1/256 unit. It means, 128: slow down the rotary to half, …
|
/lvgl-latest/ |
D | Kconfig | 683 0: no adjustment, get the integer part of the result (round down) 1078 bool "Drop down list. Requires: lv_label"
|
/lvgl-latest/src/drivers/wayland/ |
D | lv_wayland.c | 1047 .down = touch_handle_down,
|
/lvgl-latest/docs/ |
D | Doxyfile | 1547 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down 1551 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
|