Give TALL_FONT_CORRECTION a default
This commit is contained in:
parent
6b1b71837c
commit
76b12edecf
1 changed files with 4 additions and 0 deletions
|
@ -110,6 +110,10 @@
|
|||
#define LCD_WIDTH_EDIT 22
|
||||
#endif
|
||||
|
||||
#ifndef TALL_FONT_CORRECTION
|
||||
#define TALL_FONT_CORRECTION 0
|
||||
#endif
|
||||
|
||||
#define START_ROW 0
|
||||
|
||||
// LCD selection
|
||||
|
|
Reference in a new issue