Searched refs:LV_LABEL_WAIT_CHAR_COUNT (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/env_support/cmsis-pack/ |
D | lv_conf_cmsis.h | 688 #define LV_LABEL_WAIT_CHAR_COUNT 3 /**< The count of wait chart */ macro
|
/lvgl-latest/src/widgets/label/ |
D | lv_label.c | 887 … 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/ |
D | lv_conf_template.h | 709 #define LV_LABEL_WAIT_CHAR_COUNT 3 /**< The count of wait chart */
|
D | Kconfig | 1102 config LV_LABEL_WAIT_CHAR_COUNT config
|
/lvgl-latest/src/ |
D | lv_conf_internal.h | 2183 #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
|