Browse Source

get STR_THERMOMETER from ultralcd_implementation_hitachi_HD44780.h

AnHardt 9 years ago
parent
commit
4d5b0e2037
1 changed files with 4 additions and 3 deletions
  1. 4
    3
      Marlin/language.h

+ 4
- 3
Marlin/language.h View File

@@ -2,6 +2,7 @@
2 2
 #define LANGUAGE_H
3 3
 
4 4
 #include "Configuration.h"
5
+#include "ultralcd_implementation_hitachi_HD44780.h"
5 6
 
6 7
 #define LANGUAGE_CONCAT(M)       #M
7 8
 #define GENERATE_LANGUAGE_INCLUDE(M)  LANGUAGE_CONCAT(language_##M.h)
@@ -172,7 +173,7 @@
172 173
 #define STR_ue "ue"
173 174
 #define STR_sz "ss"
174 175
 #define STR_Deg ""
175
-#define STR_THERMOMETER "\302"
176
+#define STR_THERMOMETER LCD_STR_THERMOMETER
176 177
 
177 178
 #ifdef DISPLAY_CHARSET_DOGM
178 179
   #define STR_Ae "\304" // U8glib
@@ -194,7 +195,7 @@
194 195
   #define STR_Ue STR_ue
195 196
   #define STR_sz "\342"
196 197
   #define STR_Deg "\271"
197
-  #define STR_THERMOMETER "\302"
198
+  #define STR_THERMOMETER LCD_STR_THERMOMETER
198 199
 #endif
199 200
 #ifdef DISPLAY_CHARSET_HD44870_WESTERN // HD44870 ROM Code: A02 (Western)
200 201
   #define STR_Ae "\216"
@@ -205,7 +206,7 @@
205 206
   #define STR_ue "\201"
206 207
   #define STR_sz "\160"
207 208
   #define STR_Deg "\337"
208
-  #define STR_THERMOMETER "\302"
209
+  #define STR_THERMOMETER LCD_STR_THERMOMETER
209 210
 #endif
210 211
 
211 212
 /*

Loading…
Cancel
Save