Home
last modified time | relevance | path

Searched refs:refresh (Results 1 – 12 of 12) sorted by relevance

/lvgl-latest/src/widgets/span/
Dlv_span_private.h50 uint32_t refresh : 1; /**< the spangroup need refresh cache_w and cache_h */ member
Dlv_span.c636 spans->refresh = 1; in lv_spangroup_constructor()
682 if(spans->refresh) { in lv_spangroup_event()
685 spans->refresh = 0; in lv_spangroup_event()
693 if(width != spans->cache_w || spans->refresh) { in lv_spangroup_event()
697 spans->refresh = 0; in lv_spangroup_event()
1138 spans->refresh = 1; in refresh_self_size()
/lvgl-latest/docs/details/integration/driver/display/
Dfbdev.rst40 you can activate a force refresh mode with ``lv_linux_fbdev_set_force_refresh(true)``. This usually…
/lvgl-latest/docs/details/base-widget/
Devent.rst164 - :cpp:enumerator:`LV_EVENT_REFRESH`: Notify Widget to refresh something on it (for the user)
214 user notify a Widget to refresh itself. Some examples:
216 - notify a label to refresh its text according to one or more variables (e.g. current time)
217 - refresh a label when the language changes
/lvgl-latest/docs/details/main-components/
Dtimer.rst14 - refresh each display --- during the creation of each :ref:`Display`, a Timer is
145 Be advised: this also pauses handling of Timers that refresh Display(s) and read
Ddisplay.rst63 compute what to render during a :ref:`display refresh <basic_data_flow>`
668 /* Delete original display refresh timer */
671 /* Call this to refresh dirty (changed) areas of the display. */
675 select the display to refresh before :cpp:expr:`_lv_display_refr_timer(NULL)`.
682 consistent with the refresh period of the display to ensure that the statistical results are correc…
694 The parameter of :cpp:func:`lv_refr_now` is a display to refresh. If ``NULL`` is set
/lvgl-latest/docs/details/widgets/
Dchart.rst201 signal that the chart should be re-rendered next time a display refresh occurs.
222 1. Set the values programmatically in the array like ``ser1->points[3] = 7`` and refresh the
/lvgl-latest/docs/details/integration/chip/
Dstm32.rst15 LVGL folder that you copied (you may need to refresh the view first
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst343 …To refresh all parts and properties use :cpp:expr:`lv_obj_refresh_style(widget, LV_PART_ANY, LV_ST…
344 3. To make LVGL check all Widgets to see if they use a style and refresh them
/lvgl-latest/docs/
DCODING_STYLE.rst304 * NULL to refresh with current text.
DCHANGELOG.rst328 - **fix(style): refresh the style on transition start** `6043 <https://github.com/lvgl/lvgl/pull/60…
/lvgl-latest/
DKconfig114 int "Default refresh period (ms)"
117 Default display refresh, input device read and animation step period.