Searched refs:speed (Results 1 – 14 of 14) sorted by relevance
/lvgl-3.7.0/docs/overview/ |
D | animation.md | 96 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… 99 …speed is interpreted in _unit/sec_ dimension. For example, `lv_anim_speed_to_time(20,0,100)` will…
|
D | style-props.md | 757 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/ |
D | README.md | 106 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/ |
D | tiny_ttf.md | 24 By default, a font will use up to 4KB of cache to speed up rendering
|
/lvgl-3.7.0/src/misc/ |
D | lv_anim.c | 194 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()
|
D | lv_anim.h | 412 uint32_t lv_anim_speed_to_time(uint32_t speed, int32_t start, int32_t end);
|
/lvgl-3.7.0/docs/intro/ |
D | index.md | 29 <li>> 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/ |
D | arc.md | 41 If the arc is pressed the current value will set with a limited speed according to the set *change …
|
D | textarea.md | 83 This will save some additional information about the label to speed up its drawing.
|
D | label.md | 57 …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/ |
D | obj.md | 108 - `LV_OBJ_FLAG_SCROLL_ELASTIC` Allow scrolling inside but with slower speed
|
/lvgl-3.7.0/ |
D | Kconfig | 779 … bool "Store extra some info in labels (12 bytes) to speed up drawing of very long texts."
|
/lvgl-3.7.0/docs/ |
D | CHANGELOG.md | 383 - 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/ |
D | Doxyfile | 421 # the optimal cache size from a speed point of view. 2184 # speed.
|