BigW Consortium Gitlab

Commit 9cd49f15 by Gabor Kiss-Vamosi

lv_ta: remove a forgotten debug printf

parent ebfe8fbf
......@@ -837,7 +837,6 @@ static bool lv_ta_scrling_design(lv_obj_t * scrling, const area_t * mask, lv_des
#endif
uint32_t letter = txt_utf8_next(&txt[byte_pos], NULL);
printf("letter %d\n", letter);
cord_t letter_w = font_get_width(label_style->font, letter != '\0' ? letter : ' ');
cord_t letter_h = font_get_height(label_style->font) >> FONT_ANTIALIAS;
point_t letter_pos;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment