Searched refs:control (Results 1 – 18 of 18) sorted by relevance
/lvgl-3.6.0/src/misc/ |
D | lv_tlsf.c | 555 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/ |
D | README.md | 5 LVGL allows you to control the widgets with keypad and/or encoder without touchpad.
|
/lvgl-3.6.0/docs/widgets/core/ |
D | btnmatrix.md | 44 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/ |
D | gridnav.md | 26 `flags` control the behavior of gridnav:
|
/lvgl-3.6.0/docs/overview/ |
D | indev.md | 69 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*.
|
D | animation.md | 83 You can control the path of an animation. The most simple case is linear, meaning the current value…
|
D | image.md | 302 …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/ |
D | rlottie.md | 72 LVGL provides two functions to control the animation mode: `lv_rlottie_set_play_mode` and `lv_rlott…
|
/lvgl-3.6.0/docs/widgets/extra/ |
D | calendar.md | 22 …- `LV_PART_ITEMS` Refers to the dates and day names. Button matrix control flags are set to differ…
|
D | keyboard.md | 33 …and iOS keyboards, use `lv_keyboard_set_popovers(kb, true)`. The default control maps are preconfi…
|
/lvgl-3.6.0/demos/ |
D | README.md | 78 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/ |
D | nuttx.md | 16 …mptible Realtime kernel, so you can use it to create predictable applications for realtime control.
|
/lvgl-3.6.0/demos/benchmark/ |
D | README.md | 40 1. Use a flag to control the LCD flushing inside `disp_flush()`. For example:
|
/lvgl-3.6.0/docs/intro/ |
D | index.md | 140 - or any other display where you can control the color/state of the pixels
|
/lvgl-3.6.0/docs/porting/ |
D | display.md | 215 However, in some cases you might need more control on when the display refreshing happen, for examp…
|
/lvgl-3.6.0/scripts/ |
D | Doxyfile | 39 # 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/ |
D | Kconfig | 713 string "The control character to use for signalling text recoloring"
|
/lvgl-3.6.0/docs/ |
D | CHANGELOG.md | 370 - 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…
|