Home
last modified time | relevance | path

Searched refs:LV_SCALE_LABEL_ENABLED_DEFAULT (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/widgets/scale/
Dlv_scale.h37 #define LV_SCALE_LABEL_ENABLED_DEFAULT (1U) macro
38 LV_EXPORT_CONST_INT(LV_SCALE_LABEL_ENABLED_DEFAULT);
Dlv_scale.c453 scale->label_enabled = LV_SCALE_LABEL_ENABLED_DEFAULT; in lv_scale_constructor()