From 78cd9ddd3ce40fa15caacf8649e38a1a7334f537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=8B=E6=85=A7=E8=B5=9F?= <42379289+cnjhb@users.noreply.github.com> Date: Thu, 21 Aug 2025 13:55:22 +0800 Subject: [PATCH] fix(constants.c): end mark for supplementary font table --- src/constants.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/constants.c b/src/constants.c index 6de2730..a7ff98b 100644 --- a/src/constants.c +++ b/src/constants.c @@ -456,6 +456,9 @@ static const rotable_Reg builtin_font_const_table[] = { .ptr = &lv_font_unscii_16, }, #endif + { + .name = 0, + }, }; static const rotable_Reg scr_load_anim_const_table[] = {