Searched refs:fixed (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/src/extra/widgets/colorwheel/ |
D | lv_colorwheel.h | 96 void lv_colorwheel_set_mode_fixed(lv_obj_t * obj, bool fixed);
|
D | lv_colorwheel.c | 151 void lv_colorwheel_set_mode_fixed(lv_obj_t * obj, bool fixed) in lv_colorwheel_set_mode_fixed() argument 156 colorwheel->mode_fixed = fixed; in lv_colorwheel_set_mode_fixed()
|
/lvgl-latest/docs/widgets/extra/ |
D | colorwheel.md | 26 The color mode can be fixed (so as to not change with long press) using `lv_colorwheel_set_mode_fix…
|
/lvgl-latest/tests/ |
D | CMakeLists.txt | 347 # TODO: This is not good practice and should be fixed.
|
/lvgl-latest/docs/overview/ |
D | animation.md | 83 …le case is linear, meaning the current value between *start* and *end* is changed with fixed steps.
|
/lvgl-latest/docs/ |
D | CONTRIBUTING.md | 232 If you found and fixed a bug don't hesitate to send a [Pull request](#pull-request) with the fix.
|
D | CHANGELOG.md | 205 - docs: use a fixed commit of lv_web_emscripten [`501230e`](https://github.com/lvgl/lvgl/commit/501… 212 - docs: use a fixed commit of lv_web_emscripten [`501230e`](https://github.com/lvgl/lvgl/commit/501… 293 - fix(fragment): fixed child fragment event dispatch [`3683`](https://github.com/lvgl/lvgl/pull/368… 1087 - fix(chart) fixed point-following cursor during vertical scroll in charts [`2400`](https://github.… 1088 - fix(chart) fixed cursor positioning with large Y rescaling without LV_USE_LARGE_COORD [`2399`](ht…
|
/lvgl-latest/scripts/ |
D | Doxyfile | 282 # C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran: 284 # Fortran. In the later case the parser tries to guess whether the code is fixed
|