Searched refs:show (Results 1 – 24 of 24) sorted by relevance
/lvgl-3.6.0/examples/widgets/bar/ |
D | index.rst | 31 Custom drawer to show the current value
|
/lvgl-3.6.0/src/widgets/ |
D | lv_textarea.c | 50 static void cursor_blink_anim_cb(void * obj, int32_t show); 818 ta->cursor.show = 1; in lv_textarea_constructor() 932 static void cursor_blink_anim_cb(void * obj, int32_t show) in cursor_blink_anim_cb() argument 935 if(show != ta->cursor.show) { in cursor_blink_anim_cb() 936 ta->cursor.show = show ? 1U : 0U; in cursor_blink_anim_cb() 1035 ta->cursor.show = 1; in start_cursor_blink() 1302 if(ta->cursor.show == 0) return; in draw_cursor()
|
D | lv_textarea.h | 56 uint8_t show : 1; /*Cursor is visible now or not (Handled by the library)*/ member
|
/lvgl-3.6.0/docs/widgets/core/ |
D | table.md | 43 If the label's width or height is set to `LV_SIZE_CONTENT` that size will be used to show the whole… 44 …, LV_SIZE_CONTENT, LV_SIZE_CONTENT)` automatically sets the table size to show all the columns and…
|
D | dropdown.md | 67 The main part can either show the selected option or a static text. If a static is set with `lv_dro…
|
D | textarea.md | 61 In this mode the height is set automatically to show only one line, line break characters are ignor…
|
D | label.md | 20 Labels are able to show text from a static character buffer. To do so, use `lv_label_set_text_stat…
|
D | img.md | 53 This can be useful to show different states (checked, inactive, pressed, etc.) of an image without …
|
/lvgl-3.6.0/docs/widgets/extra/ |
D | calendar.md | 8 - show the days of any month in a 7x7 matrix 15 To make the Calendar flexible, by default it doesn't show the current year or month. Instead, there…
|
D | keyboard.md | 33 …show the popovers on keys that produce a symbol and not on e.g. space. If you use a custom keymap,…
|
D | colorwheel.md | 36 - `LV_KEY_ENTER` A long press will show the next mode. Double click to reset the current parameter.
|
D | meter.md | 4 The Meter widget can visualize data in very flexible ways. In can show arcs, needles, ticks lines a…
|
/lvgl-3.6.0/docs/ |
D | CODING_STYLE.md | 51 The code should show clearly what you are doing. 61 Here is example to show bracket placing and using of white spaces:
|
D | CONTRIBUTING.md | 175 …s://github.com/lvgl/lvgl" data-icon="octicon-star" data-size="large" data-show-count="true" aria-l…
|
D | CHANGELOG.md | 537 - fix(keyboard): don't show popovers on map change [`ac202e7`](https://github.com/lvgl/lvgl/commit/… 563 - fix(theme): in the basic theme show the textarea cursor only in focuses state [`bb03fb1`](https:/… 942 - feat(btnmatrix/keyboard): add option to show popovers on button press [`2537`](https://github.com… 1200 - fix(btnmatrix) do not show pressed, focused or focus key states on disabled buttons [`3df2a74`](h… 1211 - fix(theme) show disabled state on buttons of btnmatrix, msgbox and keyboard [`0be582b`](https://g… 1577 - fix(theme) show disabled state on buttons of btnmatrix, msgbox and keyboard <a href="https://gith…
|
/lvgl-3.6.0/docs/get-started/platforms/ |
D | espressif.md | 9 …tps://github.com/lvgl/lv_port_esp32), a project using ESP-IDF and LVGL to show one of the demos fr…
|
D | pc-simulator.md | 85 Run Eclipse CDT. It will show a dialogue about the **workspace path**. Before accepting the path, c…
|
/lvgl-3.6.0/docs/overview/ |
D | scroll.md | 14 - `LV_SCROLLBAR_MODE_OFF` Never show the scrollbars 15 - `LV_SCROLLBAR_MODE_ON` Always show the scrollbars
|
D | drawing.md | 17 one holds the current image to show on the display, and rendering happens to the other (inactive) f…
|
/lvgl-3.6.0/demos/ |
D | README.md | 60 …er/demos/widgets/screenshot1.png?raw=true" width=600px alt="Basic demo to show the widgets of LVGL…
|
/lvgl-3.6.0/ |
D | README_zh.md | 114 - [PlatformIO package](https://platformio.org/lib/show/12440/lvgl)
|
D | Kconfig | 805 int "Text area def. pwd show time [ms]." 1095 bool "Enable slide show"
|
/lvgl-3.6.0/demos/benchmark/ |
D | README.md | 34 …hed. It means if only a few pixels are changed in 1 ms the benchmark will show 1000 FPS. To measur…
|
/lvgl-3.6.0/scripts/ |
D | Doxyfile | 140 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 157 # part of the path. The tag can be used to show relative paths in the file list. 351 # type. If this is not the case, or you want to show the methods anyway, you 529 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with 995 # source code will show a tooltip with additional information such as prototype, 1200 # to YES can help to show when doxygen was last run and thus if the 2260 # collaboration graphs will show the relations between templates and their 2316 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
|