Home
last modified time | relevance | path

Searched refs:LV_LABEL_WAIT_CHAR_COUNT (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h688 #define LV_LABEL_WAIT_CHAR_COUNT 3 /**< The count of wait chart */ macro
/lvgl-latest/src/widgets/label/
Dlv_label.c887 … lv_font_get_glyph_width(label_draw_dsc.font, ' ', ' ') * LV_LABEL_WAIT_CHAR_COUNT; in draw_main()
1096 … start = -size.x - lv_font_get_glyph_width(font, ' ', ' ') * LV_LABEL_WAIT_CHAR_COUNT; in lv_label_refr_text()
1101 end = -size.x - lv_font_get_glyph_width(font, ' ', ' ') * LV_LABEL_WAIT_CHAR_COUNT; in lv_label_refr_text()
1106 …im_set_values(&a, 0, -size.x - lv_font_get_glyph_width(font, ' ', ' ') * LV_LABEL_WAIT_CHAR_COUNT); in lv_label_refr_text()
/lvgl-latest/
Dlv_conf_template.h709 #define LV_LABEL_WAIT_CHAR_COUNT 3 /**< The count of wait chart */
DKconfig1102 config LV_LABEL_WAIT_CHAR_COUNT config
/lvgl-latest/src/
Dlv_conf_internal.h2183 #ifndef LV_LABEL_WAIT_CHAR_COUNT
2185 #define LV_LABEL_WAIT_CHAR_COUNT CONFIG_LV_LABEL_WAIT_CHAR_COUNT macro
2187 #define LV_LABEL_WAIT_CHAR_COUNT 3 /**< The count of wait chart */ macro