1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

chore: fix compile error

This commit is contained in:
Gabor Kiss-Vamosi 2023-10-02 15:35:34 +02:00
parent 9a673e447d
commit 7568df77d1

View File

@ -103,7 +103,7 @@ void lv_draw_sw_letter(lv_draw_ctx_t * draw_ctx, const lv_draw_label_dsc_t * dsc
if(letter >= 0x20 &&
letter != 0xf8ff && /*LV_SYMBOL_DUMMY*/
letter != 0x200c) { /*ZERO WIDTH NON-JOINER*/
LV_LOG_WARN("lv_draw_letter: glyph dsc. not found for U+%" LV_PRIX32, letter);
LV_LOG_WARN("lv_draw_letter: glyph dsc. not found for U+%X", letter);
#if LV_USE_FONT_PLACEHOLDER
/* draw placeholder */