Home
last modified time | relevance | path

Searched refs:control (Results 1 – 18 of 18) sorted by relevance

/lvgl-3.6.0/src/misc/
Dlv_tlsf.c555 static block_header_t * search_suitable_block(control_t * control, int * fli, int * sli) in search_suitable_block() argument
564 unsigned int sl_map = control->sl_bitmap[fl] & (~0U << sl); in search_suitable_block()
567 const unsigned int fl_map = control->fl_bitmap & (~0U << (fl + 1)); in search_suitable_block()
575 sl_map = control->sl_bitmap[fl]; in search_suitable_block()
582 return control->blocks[fl][sl]; in search_suitable_block()
586 static void remove_free_block(control_t * control, block_header_t * block, int fl, int sl) in remove_free_block() argument
596 if(control->blocks[fl][sl] == block) { in remove_free_block()
597 control->blocks[fl][sl] = next; in remove_free_block()
600 if(next == &control->block_null) { in remove_free_block()
601 control->sl_bitmap[fl] &= ~(1U << sl); in remove_free_block()
[all …]
/lvgl-3.6.0/demos/keypad_encoder/
DREADME.md5 LVGL allows you to control the widgets with keypad and/or encoder without touchpad.
/lvgl-3.6.0/docs/widgets/core/
Dbtnmatrix.md44 To set or clear a button's control attribute, use `lv_btnmatrix_set_btn_ctrl(btnm, btn_id, LV_BTNM_…
47 To set/clear the same control attribute for all buttons of a button matrix, use `lv_btnmatrix_set_b…
50 The set a control map for a button matrix (similarly to the map for the text), use `lv_btnmatrix_se…
/lvgl-3.6.0/docs/others/
Dgridnav.md26 `flags` control the behavior of gridnav:
/lvgl-3.6.0/docs/overview/
Dindev.md69 You can fully control the user interface without a touchpad or mouse by using a keypad or encoder(s…
73 Objects you want to control with a keypad or encoder need to be added to a *Group*.
Danimation.md83 You can control the path of an animation. The most simple case is linear, meaning the current value…
Dimage.md302 …me_to_open = time_ms` to give a higher or lower value. (Leave it unchanged to let LVGL control it.)
/lvgl-3.6.0/docs/libs/
Drlottie.md72 LVGL provides two functions to control the animation mode: `lv_rlottie_set_play_mode` and `lv_rlott…
/lvgl-3.6.0/docs/widgets/extra/
Dcalendar.md22 …- `LV_PART_ITEMS` Refers to the dates and day names. Button matrix control flags are set to differ…
Dkeyboard.md33 …and iOS keyboards, use `lv_keyboard_set_popovers(kb, true)`. The default control maps are preconfi…
/lvgl-3.6.0/demos/
DREADME.md78 LVGL allows you to control the widgets with a keypad and/or encoder without a touchpad. This demo s…
/lvgl-3.6.0/docs/get-started/os/
Dnuttx.md16 …mptible Realtime kernel, so you can use it to create predictable applications for realtime control.
/lvgl-3.6.0/demos/benchmark/
DREADME.md40 1. Use a flag to control the LCD flushing inside `disp_flush()`. For example:
/lvgl-3.6.0/docs/intro/
Dindex.md140 - or any other display where you can control the color/state of the pixels
/lvgl-3.6.0/docs/porting/
Ddisplay.md215 However, in some cases you might need more control on when the display refreshing happen, for examp…
/lvgl-3.6.0/scripts/
DDoxyfile39 # control system is used.
687 # the version control system). Doxygen will invoke the program by executing (via
1215 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
1416 # If you want full control over the layout of the generated HTML pages it might
2183 # larger than 0 to get control over the balance between CPU load and processing
/lvgl-3.6.0/
DKconfig713 string "The control character to use for signalling text recoloring"
/lvgl-3.6.0/docs/
DCHANGELOG.md370 - feat(porting): add flushing control to the template [`3384`](https://github.com/lvgl/lvgl/pull/33…
377 - feat(rt-thread): allow users to control refresh period in the lvgl thread [`3375`](https://github…
685 - feat(rlottie): add animation control options [`2857`](https://github.com/littlevgl/lvgl/pull/2857)
697 - feat(scrollbar): add more control over scrollbar paddings [`4197b2f`](https://github.com/littlevg…