Special override of LCD_WIDTH
This commit is contained in:
parent
e6c32b3a14
commit
704d33c374
2 changed files with 6 additions and 2 deletions
|
|
@ -287,7 +287,11 @@
|
|||
|
||||
#if ENABLED(DOGLCD) // Change number of lines to match the DOG graphic display
|
||||
#ifndef LCD_WIDTH
|
||||
#define LCD_WIDTH 22
|
||||
#ifdef LCD_WIDTH_OVERRIDE
|
||||
#define LCD_WIDTH LCD_WIDTH_OVERRIDE
|
||||
#else
|
||||
#define LCD_WIDTH 22
|
||||
#endif
|
||||
#endif
|
||||
#ifndef LCD_HEIGHT
|
||||
#define LCD_HEIGHT 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue