|
@@ -218,7 +218,7 @@
|
218
|
218
|
#endif
|
219
|
219
|
|
220
|
220
|
#if ENABLED(DOGLCD)
|
221
|
|
- /* Custom characters defined in font font_6x10_marlin_symbols */
|
|
221
|
+ /* Custom characters defined in font dogm_font_data_Marlin_symbols.h / Marlin_symbols.fon */
|
222
|
222
|
// \x00 intentionally skipped to avoid problems in strings
|
223
|
223
|
#define LCD_STR_REFRESH "\x01"
|
224
|
224
|
#define LCD_STR_FOLDER "\x02"
|
|
@@ -235,7 +235,7 @@
|
235
|
235
|
// Better stay below 0x10 because DISPLAY_CHARSET_HD44780_WESTERN begins here.
|
236
|
236
|
#else
|
237
|
237
|
/* Custom characters defined in the first 8 characters of the LCD */
|
238
|
|
- #define LCD_STR_BEDTEMP "\x00" // this will have 'unexpected' results when used in a string!
|
|
238
|
+ #define LCD_STR_BEDTEMP "\x00" // Print only as a char. This will have 'unexpected' results when used in a string!
|
239
|
239
|
#define LCD_STR_DEGREE "\x01"
|
240
|
240
|
#define LCD_STR_THERMOMETER "\x02"
|
241
|
241
|
#define LCD_STR_UPLEVEL "\x03"
|