Home
last modified time | relevance | path

Searched refs:clear (Results 1 – 11 of 11) sorted by relevance

/lvgl-3.7.0/.github/ISSUE_TEMPLATE/
Dbug-report.md23 A clear and concise description of what the bug is.
38 A clear and concise description of what you expected to happen.
Ddev-discussion.md18 A clear and concise description of the problem.
/lvgl-3.7.0/.github/
Dpull_request_template.md3 A clear and concise description of what the bug or new feature is.
/lvgl-3.7.0/docs/widgets/extra/
Dmenu.md44 … 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/
Dgifdec.c396 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/
Dcustom.css27 clear: both;
/lvgl-3.7.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…
Dcheckbox.md26 You can manually check, un-check, and disable the Checkbox by using the common state add/clear func…
/lvgl-3.7.0/docs/overview/
Dtimer.md64 …ronous call, call `lv_async_call_cancel(my_function, data_p)`, which will clear all asynchronous c…
Dobject.md217 To set or clear given state (but leave the other states untouched) use `lv_obj_add/clear_state(obj,…
/lvgl-3.7.0/docs/
DCHANGELOG.md294 - 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`