Browse Source

move the TALL_FONT_CORRECTION to language files

Yunhui Fu 7 years ago
parent
commit
627348b46c

+ 2
- 0
Marlin/src/lcd/language/language_zh_CN.h View File

30
 #ifndef LANGUAGE_ZH_CN_H
30
 #ifndef LANGUAGE_ZH_CN_H
31
 #define LANGUAGE_ZH_CN_H
31
 #define LANGUAGE_ZH_CN_H
32
 
32
 
33
+//#define TALL_FONT_CORRECTION (1)
34
+
33
 #define CHARSIZE 3
35
 #define CHARSIZE 3
34
 
36
 
35
 #define WELCOME_MSG                         MACHINE_NAME _UxGT("已就绪.")  //" ready."
37
 #define WELCOME_MSG                         MACHINE_NAME _UxGT("已就绪.")  //" ready."

+ 2
- 0
Marlin/src/lcd/language/language_zh_TW.h View File

30
 #ifndef LANGUAGE_ZH_TW_H
30
 #ifndef LANGUAGE_ZH_TW_H
31
 #define LANGUAGE_ZH_TW_H
31
 #define LANGUAGE_ZH_TW_H
32
 
32
 
33
+//#define TALL_FONT_CORRECTION (1)
34
+
33
 #define CHARSIZE 3
35
 #define CHARSIZE 3
34
 
36
 
35
 #define WELCOME_MSG                         MACHINE_NAME _UxGT("已就緒.")  //" ready."
37
 #define WELCOME_MSG                         MACHINE_NAME _UxGT("已就緒.")  //" ready."

+ 0
- 1
Marlin/src/lcd/ultralcd_impl_DOGM.h View File

87
 #define FONT_SPECIAL_NAME ISO10646_1_5x7
87
 #define FONT_SPECIAL_NAME ISO10646_1_5x7
88
 
88
 
89
 #include LANGUAGE_DATA_INCL(LCD_LANGUAGE)
89
 #include LANGUAGE_DATA_INCL(LCD_LANGUAGE)
90
-#define TALL_FONT_CORRECTION 1
91
 
90
 
92
 #include "dogm/dogm_font_data_ISO10646_1.h"
91
 #include "dogm/dogm_font_data_ISO10646_1.h"
93
 #define FONT_MENU_NAME ISO10646_1_5x7
92
 #define FONT_MENU_NAME ISO10646_1_5x7

Loading…
Cancel
Save