Explorar el Código

Revert "get STR_THERMOMETER from ultralcd_implementation_hitachi_HD44780.h"

This reverts commit 4d5b0e2037.
AnHardt hace 10 años
padre
commit
76bf93efcb
Se han modificado 1 ficheros con 3 adiciones y 4 borrados
  1. 3
    4
      Marlin/language.h

+ 3
- 4
Marlin/language.h Ver fichero

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

Loading…
Cancelar
Guardar