Searched refs:refresh (Results 1 – 12 of 12) sorted by relevance
50 uint32_t refresh : 1; /**< the spangroup need refresh cache_w and cache_h */ member
636 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()
40 you can activate a force refresh mode with ``lv_linux_fbdev_set_force_refresh(true)``. This usually…
164 - :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
14 - refresh each display --- during the creation of each :ref:`Display`, a Timer is145 Be advised: this also pauses handling of Timers that refresh Display(s) and read
63 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
201 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
15 LVGL folder that you copied (you may need to refresh the view first
343 …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
304 * NULL to refresh with current text.
328 - **fix(style): refresh the style on transition start** `6043 <https://github.com/lvgl/lvgl/pull/60…
114 int "Default refresh period (ms)"117 Default display refresh, input device read and animation step period.