Searched refs:show (Results 1 – 25 of 25) sorted by relevance
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea_private.h | 47 uint8_t show : 1; /**< Cursor is visible now or not (Handled by the library) */ member
|
D | lv_textarea.c | 52 static void cursor_blink_anim_cb(void * obj, int32_t show); 936 ta->cursor.show = 1; in lv_textarea_constructor() 1050 static void cursor_blink_anim_cb(void * obj, int32_t show) in cursor_blink_anim_cb() argument 1053 if(show != ta->cursor.show) { in cursor_blink_anim_cb() 1054 ta->cursor.show = show ? 1U : 0U; in cursor_blink_anim_cb() 1155 ta->cursor.show = 1; in start_cursor_blink() 1429 if(ta->cursor.show == 0) return; in draw_cursor()
|
/lvgl-latest/scripts/ |
D | image_viewer.py | 31 image.show(title=output)
|
/lvgl-latest/examples/widgets/bar/ |
D | index.rst | 31 Custom drawer to show the current value
|
/lvgl-latest/docs/details/integration/driver/touchpad/ |
D | evdev.rst | 51 This should show input devices and there will be entries with the word ``event`` which give a clue … 53 You can use ``evtest`` to show data from that event source to see if it is actually the one you wan…
|
/lvgl-latest/docs/details/widgets/ |
D | spinner.rst | 11 The Spinner Widget is a spinning arc over a ring, typically used to show some type of
|
D | table.rst | 81 will be used to show the whole Table in the respective direction. E.g. 83 automatically sets the Table size to show all columns and rows.
|
D | calendar.rst | 12 - show the days of any month in a 7x7 matrix; 13 - show the name of the days; 21 To make the Calendar flexible, by default it does not show the current
|
D | chart.rst | 25 - show precise locations of points or other locations on chart with cursors 26 - show or hide individual data series 27 - show or hide individual data points 28 - show or hide cursors 86 - You can add, show, hide or remove cursors at any time during a chart's life. 324 it to be hidden. To show the cursor, its location must be set by you 348 See an example of using this function `here <#show-cursor-on-the-clicked-point>`_.
|
D | keyboard.rst | 62 control maps are preconfigured to only show the pop-overs on keys that
|
D | dropdown.rst | 123 The main part can either show the selected item or static text. If
|
D | label.rst | 46 Labels are able to show text from a static character buffer as well. To do so, use
|
D | image.rst | 98 intensity. This can be useful to show different states (checked,
|
D | textarea.rst | 115 - the height is set automatically to show only one line,
|
D | scale.rst | 11 Scale Widgets show linear or circular scales with configurable ranges, tick counts,
|
/lvgl-latest/docs/details/libs/ |
D | rle.rst | 18 to save more than 70% space as show in below statistic. It shows the file count
|
/lvgl-latest/docs/details/integration/driver/ |
D | libinput.rst | 32 If your device doesn't show up, you may have to configure udev and the appropriate udev rules to co…
|
/lvgl-latest/demos/ |
D | README.md | 120 
|
/lvgl-latest/docs/details/base-widget/ |
D | scroll.rst | 31 - :cpp:enumerator:`LV_SCROLLBAR_MODE_OFF`: Never show the scrollbars 32 - :cpp:enumerator:`LV_SCROLLBAR_MODE_ON`: Always show the scrollbars
|
/lvgl-latest/docs/ |
D | CODING_STYLE.rst | 120 - The code should show clearly what you are doing. 295 Here is example to show bracket placement and use of white space:
|
D | CONTRIBUTING.rst | 36 We are using GitHub labels to show the state and attributes of the issues and Pull requests.
|
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 996 # source code will show a tooltip with additional information such as prototype, 1201 # to YES can help to show when doxygen was last run and thus if the 2261 # collaboration graphs will show the relations between templates and their 2317 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
|
/lvgl-latest/docs/details/other-components/ |
D | obj_id.rst | 186 more. However, a timely dump of the Widget Tree right before that point will show
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | lvgl_recipe.rst | 129 To ensure the layers were added as expected, run the Bitbake command to show 132 bitbake-layers show-layers 895 bitbake-layers show-recipes | grep lvglbenchmarkfbdev
|
/lvgl-latest/ |
D | Kconfig | 1159 int "Text area def. pwd show time [ms]"
|