From b9d99905aacf523485383f2623d1ea1b8d5eeea8 Mon Sep 17 00:00:00 2001 From: wu58430 Date: Wed, 20 Dec 2023 23:27:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E4=B8=AD=E6=96=87=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E9=80=89=E9=A1=B9ENABLE=5FCHINESE=5FFULL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/welcome.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/welcome.c b/ui/welcome.c index 814b973..cbc44ec 100644 --- a/ui/welcome.c +++ b/ui/welcome.c @@ -55,8 +55,6 @@ void UI_DisplayWelcome(void) { - EEPROM_ReadBuffer(0x0EB0, WelcomeString0, 16); - EEPROM_ReadBuffer(0x0EC0, WelcomeString1, 16); @@ -64,6 +62,8 @@ void UI_DisplayWelcome(void) { UI_PrintStringSmall( "\x84\x67\x88\xD0\x8C\x5F\x88\x0F\x86\x8A\x80\x85\x81\x9C\x96\x10\x21", 0, 127, 0); UI_PrintStringSmall( "\x8C\x5F\x80\xD1\x80\xBC\x95\xCB\x80\x09\x88\x89\x96\xD2\x8B\xF3\x21", 0, 127, 2); #else + EEPROM_ReadBuffer(0x0EB0, WelcomeString0, 16); + EEPROM_ReadBuffer(0x0EC0, WelcomeString1, 16); UI_PrintStringSmall(WelcomeString0, 0, 127, 0); UI_PrintStringSmall(WelcomeString1, 0, 127, 2); #endif