Browse Source

Fix some mapper, charsize problems (#9866)

AnHardt 7 years ago
parent
commit
eb8b758226

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

32
 
32
 
33
 #define MAPPER_C2C3
33
 #define MAPPER_C2C3
34
 #define DISPLAY_CHARSET_ISO10646_1
34
 #define DISPLAY_CHARSET_ISO10646_1
35
+#define CHARSIZE 2
35
 
36
 
36
 #define WELCOME_MSG                         MACHINE_NAME _UxGT(" lista.")
37
 #define WELCOME_MSG                         MACHINE_NAME _UxGT(" lista.")
37
 #define MSG_BACK                            _UxGT("Atrás")
38
 #define MSG_BACK                            _UxGT("Atrás")

+ 1
- 0
Marlin/src/lcd/language/language_pt-br_utf8.h View File

31
 #ifndef LANGUAGE_PT_BR_UTF_H
31
 #ifndef LANGUAGE_PT_BR_UTF_H
32
 #define LANGUAGE_PT_BR_UTF_H
32
 #define LANGUAGE_PT_BR_UTF_H
33
 
33
 
34
+#define MAPPER_C2C3
34
 #define DISPLAY_CHARSET_ISO10646_1
35
 #define DISPLAY_CHARSET_ISO10646_1
35
 #define CHARSIZE 2
36
 #define CHARSIZE 2
36
 
37
 

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

31
 #ifndef LANGUAGE_PT_UTF_H
31
 #ifndef LANGUAGE_PT_UTF_H
32
 #define LANGUAGE_PT_UTF_H
32
 #define LANGUAGE_PT_UTF_H
33
 
33
 
34
+#define MAPPER_C2C3
34
 #define DISPLAY_CHARSET_ISO10646_1
35
 #define DISPLAY_CHARSET_ISO10646_1
35
 #define CHARSIZE 2
36
 #define CHARSIZE 2
36
 
37
 

Loading…
Cancel
Save