Home
last modified time | relevance | path

Searched refs:LV_SCALE_LABEL_ROTATE_MATCH_TICKS (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/widgets/scale/
Dlv_scale.h57 #define LV_SCALE_LABEL_ROTATE_MATCH_TICKS 0x100000 macro
58 LV_EXPORT_CONST_INT(LV_SCALE_LABEL_ROTATE_MATCH_TICKS);
Dlv_scale.c702 if(label_rotation & LV_SCALE_LABEL_ROTATE_MATCH_TICKS) { in scale_draw_label()
/lvgl-latest/examples/widgets/scale/
Dlv_example_scale_8.c19 …lv_obj_set_style_transform_rotation(scale_line, LV_SCALE_LABEL_ROTATE_MATCH_TICKS | LV_SCALE_LABEL… in lv_example_scale_8()
/lvgl-latest/docs/details/widgets/
Dscale.rst112 :cpp:expr:`lv_obj_set_style_transform_rotation(scale, LV_SCALE_LABEL_ROTATE_MATCH_TICKS, LV_PART_IN…
119 :cpp:expr:`lv_obj_set_style_transform_rotation(scale, LV_SCALE_LABEL_ROTATE_MATCH_TICKS + 200, LV_P…
124 :cpp:expr:`lv_obj_set_style_transform_rotation(scale, LV_SCALE_LABEL_ROTATE_MATCH_TICKS | LV_SCALE_…