Searched refs:text_buffer (Results 1 – 1 of 1) sorted by relevance
642 char text_buffer[LV_SCALE_LABEL_TXT_LEN] = {0}; in scale_draw_label() local650 lv_snprintf(text_buffer, sizeof(text_buffer), "%" LV_PRId32, tick_value); in scale_draw_label()651 label_dsc->text = text_buffer; in scale_draw_label()