Browse Source

Revert "get STR_THERMOMETER from ultralcd_implementation_hitachi_HD44780.h"

This reverts commit 4d5b0e2037.
AnHardt 10 years ago
parent
commit
76bf93efcb
1 changed files with 3 additions and 4 deletions
  1. 3
    4
      Marlin/language.h

+ 3
- 4
Marlin/language.h View File

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

Loading…
Cancel
Save