diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index af08ea0..b048a58 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -23,12 +23,7 @@
-
-
-
-
-
-
+
@@ -103,12 +98,7 @@
-
-
-
-
-
-
+
@@ -251,13 +241,8 @@
-
-
- 1701737616363
-
-
-
- 1701737616364
+
+
1701738044160
@@ -595,7 +580,14 @@
1703484154788
-
+
+ 1703494863487
+
+
+
+ 1703494863488
+
+
diff --git a/Makefile b/Makefile
index 65ef5a5..6db0892 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ ENABLE_MDC1200 ?= 1
ENABLE_MDC1200_SHOW_OP_ARG ?= 1
ENABLE_MDC1200_SIDE_BEEP ?= 0
ENABLE_MDC1200_CONTACT ?= 1
-ENABLE_CHINESE_FULL = 4
+ENABLE_CHINESE_FULL = 0
diff --git a/ui/welcome.c b/ui/welcome.c
index c220c43..22bdfe6 100644
--- a/ui/welcome.c
+++ b/ui/welcome.c
@@ -50,7 +50,6 @@ void UI_DisplayWelcome(void) {
memset(gStatusLine, 0, sizeof(gStatusLine));
memset(gFrameBuffer, 0, sizeof(gFrameBuffer));
- BACKLIGHT_TurnOn();
#if ENABLE_CHINESE_FULL == 4
@@ -80,6 +79,7 @@ void UI_DisplayWelcome(void) {
ST7565_BlitStatusLine(); // blank status line
ST7565_BlitFullScreen();
+ BACKLIGHT_TurnOn();
}