mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
支持中文编译选项ENABLE_CHINESE_FULL
This commit is contained in:
parent
137ea3237a
commit
b9d99905aa
1 changed files with 2 additions and 2 deletions
|
@ -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( "\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);
|
UI_PrintStringSmall( "\x8C\x5F\x80\xD1\x80\xBC\x95\xCB\x80\x09\x88\x89\x96\xD2\x8B\xF3\x21", 0, 127, 2);
|
||||||
#else
|
#else
|
||||||
|
EEPROM_ReadBuffer(0x0EB0, WelcomeString0, 16);
|
||||||
|
EEPROM_ReadBuffer(0x0EC0, WelcomeString1, 16);
|
||||||
UI_PrintStringSmall(WelcomeString0, 0, 127, 0);
|
UI_PrintStringSmall(WelcomeString0, 0, 127, 0);
|
||||||
UI_PrintStringSmall(WelcomeString1, 0, 127, 2);
|
UI_PrintStringSmall(WelcomeString1, 0, 127, 2);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue