Home
last modified time | relevance | path

Searched refs:colorwheel (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/src/extra/widgets/colorwheel/
Dlv_colorwheel.c104 lv_colorwheel_t * colorwheel = (lv_colorwheel_t *)obj; in lv_colorwheel_set_hsv() local
106 …if(colorwheel->hsv.h == hsv.h && colorwheel->hsv.s == hsv.s && colorwheel->hsv.v == hsv.v) return … in lv_colorwheel_set_hsv()
108 colorwheel->hsv = hsv; in lv_colorwheel_set_hsv()
139 lv_colorwheel_t * colorwheel = (lv_colorwheel_t *)obj; in lv_colorwheel_set_mode() local
141 colorwheel->mode = mode; in lv_colorwheel_set_mode()
154 lv_colorwheel_t * colorwheel = (lv_colorwheel_t *)obj; in lv_colorwheel_set_mode_fixed() local
156 colorwheel->mode_fixed = fixed; in lv_colorwheel_set_mode_fixed()
171 lv_colorwheel_t * colorwheel = (lv_colorwheel_t *)obj; in lv_colorwheel_get_hsv() local
173 return colorwheel->hsv; in lv_colorwheel_get_hsv()
184 lv_colorwheel_t * colorwheel = (lv_colorwheel_t *)obj; in lv_colorwheel_get_rgb() local
[all …]
/lvgl-latest/docs/widgets/extra/
Dcolorwheel.md20 …e/saturation/value(colorwheel, x)` or all at once with `lv_colorwheel_set_hsv(colorwheel, hsv)` or…
24 The current color mode can be manually selected with `lv_colorwheel_set_mode(colorwheel, LV_COLORWH…
26 … fixed (so as to not change with long press) using `lv_colorwheel_set_mode_fixed(colorwheel, true)`
44 .. include:: ../../../examples/widgets/colorwheel/index.rst
Dindex.md11 colorwheel
/lvgl-latest/examples/widgets/colorwheel/
Dindex.rst5 .. lv_example:: widgets/colorwheel/lv_example_colorwheel_1
Dlv_example_colorwheel_1.py1 cw = lv.colorwheel(lv.scr_act(), True)
/lvgl-latest/
Dcomponent.mk20 src/extra/widgets/colorwheel \
/lvgl-latest/docs/
DCHANGELOG.md302 - fix(colorwheel): fix updating color when using lv_colorwheel_set_hsv [`d59bba1`](https://github.c…
782 - fix(theme): add arc, spinner and colorwheel to basic theme [`adc218a`](https://github.com/littlev…
1233 - fix(colorwheel) disable LV_OBJ_FLAG_SCROLL_CHAIN by default [`48d1c29`](https://github.com/lvgl/l…
1321 - docs(colorwheel) fix old API names [`2643`](https://github.com/lvgl/lvgl/pull/2643)
1567 - fix(colorwheel) disable LV_OBJ_FLAG_SCROLL_CHAIN by default <a href="https://github.com/lvgl/lvgl…
/lvgl-latest/scripts/
DDoxyfile1170 # this color. Hue is specified as an angle on a colorwheel, see