Searched refs:clear (Results 1 – 11 of 11) sorted by relevance
/lvgl-3.7.0/.github/ISSUE_TEMPLATE/ |
D | bug-report.md | 23 A clear and concise description of what the bug is. 38 A clear and concise description of what you expected to happen.
|
D | dev-discussion.md | 18 A clear and concise description of the problem.
|
/lvgl-3.7.0/.github/ |
D | pull_request_template.md | 3 A clear and concise description of what the bug or new feature is.
|
/lvgl-3.7.0/docs/widgets/extra/ |
D | menu.md | 44 … it to the main area with `lv_menu_set_page(menu, page)`. NULL to clear main and clear menu histor… 47 …, you can set it to the sidebar with `lv_menu_set_sidebar_page(menu, page)`. NULL to clear sidebar.
|
/lvgl-3.7.0/src/extra/libs/gif/ |
D | gifdec.c | 396 uint16_t key, clear, stop; in read_image_data() local 408 clear = 1 << key_size; in read_image_data() 409 stop = clear + 1; in read_image_data() 419 if (key == clear) { in read_image_data() 435 if (key == clear) continue; in read_image_data()
|
/lvgl-3.7.0/docs/_static/css/ |
D | custom.css | 27 clear: both;
|
/lvgl-3.7.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…
|
D | checkbox.md | 26 You can manually check, un-check, and disable the Checkbox by using the common state add/clear func…
|
/lvgl-3.7.0/docs/overview/ |
D | timer.md | 64 …ronous call, call `lv_async_call_cancel(my_function, data_p)`, which will clear all asynchronous c…
|
D | object.md | 217 To set or clear given state (but leave the other states untouched) use `lv_obj_add/clear_state(obj,…
|
/lvgl-3.7.0/docs/ |
D | CHANGELOG.md | 294 - fix(sdl): clear streaming/target texture with FillRect [`3682`](https://github.com/lvgl/lvgl/pull… 1707 - fix(indev) clear the indev's `act_obj` in `lv_indev_reset`
|