Home
last modified time | relevance | path

Searched refs:show (Results 1 – 25 of 25) sorted by relevance

/lvgl-latest/src/widgets/textarea/
Dlv_textarea_private.h47 uint8_t show : 1; /**< Cursor is visible now or not (Handled by the library) */ member
Dlv_textarea.c52 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/
Dimage_viewer.py31 image.show(title=output)
/lvgl-latest/examples/widgets/bar/
Dindex.rst31 Custom drawer to show the current value
/lvgl-latest/docs/details/integration/driver/touchpad/
Devdev.rst51 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/
Dspinner.rst11 The Spinner Widget is a spinning arc over a ring, typically used to show some type of
Dtable.rst81 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.
Dcalendar.rst12 - 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
Dchart.rst25 - 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>`_.
Dkeyboard.rst62 control maps are preconfigured to only show the pop-overs on keys that
Ddropdown.rst123 The main part can either show the selected item or static text. If
Dlabel.rst46 Labels are able to show text from a static character buffer as well. To do so, use
Dimage.rst98 intensity. This can be useful to show different states (checked,
Dtextarea.rst115 - the height is set automatically to show only one line,
Dscale.rst11 Scale Widgets show linear or circular scales with configurable ranges, tick counts,
/lvgl-latest/docs/details/libs/
Drle.rst18 to save more than 70% space as show in below statistic. It shows the file count
/lvgl-latest/docs/details/integration/driver/
Dlibinput.rst32 If your device doesn't show up, you may have to configure udev and the appropriate udev rules to co…
/lvgl-latest/demos/
DREADME.md120 ![Basic demo to show the widgets of LVGL](widgets/screenshot1.png)
/lvgl-latest/docs/details/base-widget/
Dscroll.rst31 - :cpp:enumerator:`LV_SCROLLBAR_MODE_OFF`: Never show the scrollbars
32 - :cpp:enumerator:`LV_SCROLLBAR_MODE_ON`: Always show the scrollbars
/lvgl-latest/docs/
DCODING_STYLE.rst120 - The code should show clearly what you are doing.
295 Here is example to show bracket placement and use of white space:
DCONTRIBUTING.rst36 We are using GitHub labels to show the state and attributes of the issues and Pull requests.
DDoxyfile140 # 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/
Dobj_id.rst186 more. However, a timely dump of the Widget Tree right before that point will show
/lvgl-latest/docs/details/integration/os/yocto/
Dlvgl_recipe.rst129 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/
DKconfig1159 int "Text area def. pwd show time [ms]"