Spacing, const, comments
This commit is contained in:
parent
7f0945d2b1
commit
efc198f952
7 changed files with 73 additions and 104 deletions
|
|
@ -243,7 +243,7 @@
|
|||
/* Custom characters defined in the first 8 characters of the LCD */
|
||||
#define LCD_BEDTEMP_CHAR 0x00 // Print only as a char. This will have 'unexpected' results when used in a string!
|
||||
#define LCD_DEGREE_CHAR 0x01
|
||||
#define LCD_STR_THERMOMETER "\x02" // Too many places use preprocessor string concatination to change this to a char right now.
|
||||
#define LCD_STR_THERMOMETER "\x02" // Still used with string concatenation
|
||||
#define LCD_UPLEVEL_CHAR 0x03
|
||||
#define LCD_REFRESH_CHAR 0x04
|
||||
#define LCD_STR_FOLDER "\x05"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue