Searched refs:changed (Results 1 – 25 of 28) sorted by relevance
12
/lvgl-latest/src/libs/thorvg/ |
D | tvgText.h | 42 bool changed = false; member 60 changed = true; in text() 84 changed = true; in font() 106 if (changed) { in load() 108 changed = false; in load()
|
/lvgl-latest/docs/details/integration/driver/ |
D | windows.rst | 27 - When Windows DPI scaling setting is changed, Windows backend will stretch display content. 33 - Has Window resizing support and LVGL display resolution is changed dynamically. 34 - When Windows DPI scaling setting is changed, LVGL display DPI value is also changed.
|
/lvgl-latest/docs/details/base-widget/ |
D | event.rst | 12 - has its value changed 162 - :cpp:enumerator:`LV_EVENT_VALUE_CHANGED`: Widget's value has changed (i.e. slider moved) 173 …p:enumerator:`LV_EVENT_CHILD_CHANGED`: Child was removed, added, or its size, position were changed 180 - :cpp:enumerator:`LV_EVENT_SIZE_CHANGED`: Widget coordinates/size have changed 181 - :cpp:enumerator:`LV_EVENT_STYLE_CHANGED`: Widget's style has changed 182 - :cpp:enumerator:`LV_EVENT_LAYOUT_CHANGED`: The children position has changed due to a layout rec…
|
D | obj.rst | 470 The states are usually automatically changed by the library as the user 472 the states can be changed manually as well. To set or clear given state (but 585 …erator:`LV_EVENT_CHILD_CHANGED` Child was removed, added, or its size, position were changed 588 - :cpp:enumerator:`LV_EVENT_SIZE_CHANGED` Object coordinates/size have changed 589 - :cpp:enumerator:`LV_EVENT_STYLE_CHANGED` Object's style has changed 590 - :cpp:enumerator:`LV_EVENT_LAYOUT_CHANGED` A child's position has changed due to a layout r…
|
D | coord.rst | 122 coordinates were just changed, LVGL needs to be forced to recalculate 471 Similarly to position, a Widget's size can be changed relative to the
|
/lvgl-latest/docs/details/widgets/ |
D | spinbox.rst | 33 value is changed by :cpp:expr:`lv_spinbox_set_value(spinbox)`, by *Keys*, 70 - :cpp:enumerator:`LV_EVENT_VALUE_CHANGED` Sent when value has changed.
|
D | slider.rst | 81 The mode can be changed with :cpp:expr:`lv_slider_set_mode(slider, LV_SLIDER_MODE_...)` 104 changed with keys. The event is sent continuously while the Slider is
|
D | arc.rst | 74 is changed by pointer input (finger, mouse, etc.). 79 When the Arc's value is changed by pointer input (finger, mouse, etc.), the rate of
|
D | calendar.rst | 152 the API of the headers has been changed.**
|
D | chart.rst | 200 Call :cpp:expr:`lv_chart_refresh(chart)` when a chart's data has changed to 252 The update mode can be changed with
|
D | image.rst | 134 This can be changed with :cpp:expr:`lv_image_set_pivot(img, pivot_x, pivot_y)` where
|
D | textarea.rst | 232 has changed.
|
/lvgl-latest/docs/details/libs/ |
D | tiny_ttf.rst | 33 This maximum can be changed by using
|
/lvgl-latest/env_support/esp/rlottie/ |
D | 0001-changes-to-compile-with-esp-idf.patch | 9 2 files changed, 19 insertions(+), 15 deletions(-)
|
/lvgl-latest/docs/details/main-components/ |
D | animation.rst | 9 the thing being changed can be virtually anything in your system. It is very 59 Thus, you can have a Button's width being changed by one Animation while having its 60 height being changed by another Animation. 144 meaning the current value between *start* and *end* is changed at the same rate (i.e.
|
D | display.rst | 254 only a frame buffer address needs to be changed. If a button is pressed 258 1 pixel has been changed. If two display-sized draw buffers are provided, 386 The orientation of the display can be changed with 398 Note that in :cpp:enumerator:`LV_DISPLAY_RENDER_MODE_DIRECT` the small changed areas 487 The ``color_format`` can be changed with 671 /* Call this to refresh dirty (changed) areas of the display. */
|
D | indev.rst | 310 left or right arrows, the slider's value will be changed. 500 The default value of the following parameters can be changed in :cpp:type:`lv_indev_t`: 507 can be changed by calling ``lv_timer_...()`` functions. :c:macro:`LV_DEF_REFR_PERIOD`
|
D | image.rst | 527 The size of cache can be changed at run-time with 574 detecting that the underlying file changed and LVGL will still draw the
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | threading.rst | 49 state that is partially changed or otherwise inconsistent. 53 (partially-changed) state, even from a CPU interrupt or exception. With such 100 The reason this is okay is that the LVGL data changed by them is :ref:`atomic <atomic>`.
|
/lvgl-latest/docs/ |
D | CONTRIBUTING.rst | 127 - use the imperative, present tense: "change" not "changed" nor "changes" 200 * The following parts of the snippet were changed:
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style.rst | 203 be added or changed. 335 property is added or changed), the Widgets using that style should be 338 1. If you know that the changed properties can be applied by a simple redraw 341 2. If more complex style properties were changed or added, and you know which
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_mask.c | 95 bool changed = false; in lv_draw_sw_mask_apply() local 104 else if(res == LV_DRAW_SW_MASK_RES_CHANGED) changed = true; in lv_draw_sw_mask_apply() 107 return changed ? LV_DRAW_SW_MASK_RES_CHANGED : LV_DRAW_SW_MASK_RES_FULL_COVER; in lv_draw_sw_mask_apply()
|
/lvgl-latest/docs/details/integration/os/buildroot/ |
D | image_generation.rst | 66 changed to meet lvgl requirements. So let's copy this base and keep it out of
|
/lvgl-latest/ |
D | Kconfig | 1658 bool "Only the changed areas will be updated with 2 screen sized buffers" 1661 …bool "Always redraw the whole screen even if only one pixel has been changed with 2 screen sized b… 1745 …the buffer. This way the buffer always contain the whole image. Only the changed ares will be upda… 1750 Always redraw the whole screen even if only one pixel has been changed. 1787 …the buffer. This way the buffer always contain the whole image. Only the changed ares will be upda… 1792 …Always redraw the whole screen even if only one pixel has been changed. With 2 buffers in flush_cb…
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | lvgl_recipe.rst | 183 The folder location can be changed with the ``DL_DIR`` variable. 717 1 file changed, 17 insertions(+), 17 deletions(-) 849 1 file changed, 5 insertions(+), 12 deletions(-)
|
12