Home
last modified time | relevance | path

Searched refs:speed (Results 1 – 14 of 14) sorted by relevance

/lvgl-3.7.0/docs/overview/
Danimation.md96 By default, you set the animation time directly. But in some cases, setting the animation speed is …
98 …to_time(speed, start, end)` function calculates the required time in milliseconds to reach the end…
99speed is interpreted in _unit/sec_ dimension. For example, `lv_anim_speed_to_time(20,0,100)` will…
Dstyle-props.md757 The animation speed in pixel/sec. Its meaning is widget specific. E.g. scroll speed of label. See t…
/lvgl-3.7.0/demos/benchmark/
DREADME.md106 lv_timer_handler(); //! run lv task at the max speed
126 "Opa. speed" shows the speed of the measurements with opacity compared to full opacity.
127 E.g. "Opa. speed = 90%" means that rendering with opacity is 10% slower.
/lvgl-3.7.0/docs/libs/
Dtiny_ttf.md24 By default, a font will use up to 4KB of cache to speed up rendering
/lvgl-3.7.0/src/misc/
Dlv_anim.c194 uint32_t lv_anim_speed_to_time(uint32_t speed, int32_t start, int32_t end) in lv_anim_speed_to_time() argument
197 uint32_t time = (d * 1000) / speed; in lv_anim_speed_to_time()
Dlv_anim.h412 uint32_t lv_anim_speed_to_time(uint32_t speed, int32_t start, int32_t end);
/lvgl-3.7.0/docs/intro/
Dindex.md29 <li>&gt; 16 MHz clock speed is recommended</li>
194 ### How to speed up my UI?
198 - Increase the clock speed of the SPI or parallel port if you use them to drive the display
/lvgl-3.7.0/docs/widgets/core/
Darc.md41 If the arc is pressed the current value will set with a limited speed according to the set *change …
Dtextarea.md83 This will save some additional information about the label to speed up its drawing.
Dlabel.md57 …g (e.g. > 40k characters) labels by saving some extra data (~12 bytes) to speed up drawing. To ena…
/lvgl-3.7.0/docs/widgets/
Dobj.md108 - `LV_OBJ_FLAG_SCROLL_ELASTIC` Allow scrolling inside but with slower speed
/lvgl-3.7.0/
DKconfig779 … bool "Store extra some info in labels (12 bytes) to speed up drawing of very long texts."
/lvgl-3.7.0/docs/
DCHANGELOG.md383 - feat(demo): add Weighted FPS and Opa speed log output [`3326`](https://github.com/lvgl/lvgl/pull/…
423 - perf(draw): speed up non normal blend modes [`5a06fce`](https://github.com/lvgl/lvgl/commit/5a06f…
875 - ci attempt to speed up cross tests [`80408f7`](https://github.com/littlevgl/lvgl/commit/80408f704…
999 - perf(draw) speed up additive blending [`3abe517`](https://github.com/lvgl/lvgl/commit/3abe517abf3…
1121 - fix(workflow) speed up MicroPython workflow [`38ad5d5`](https://github.com/lvgl/lvgl/commit/38ad5…
/lvgl-3.7.0/scripts/
DDoxyfile421 # the optimal cache size from a speed point of view.
2184 # speed.