Improve runout sensor, fix LIGHTWEIGHT_UI screen size (#12544)
This commit is contained in:
committed by
Scott Lahteine
parent
5b24ce9024
commit
439a3e8463
@ -1641,9 +1641,7 @@
|
||||
|
||||
// Get LCD character width/height, which may be overridden by pins, configs, etc.
|
||||
#ifndef LCD_WIDTH
|
||||
#if ENABLED(LIGHTWEIGHT_UI)
|
||||
#define LCD_WIDTH 16
|
||||
#elif HAS_GRAPHICAL_LCD
|
||||
#if HAS_GRAPHICAL_LCD
|
||||
#define LCD_WIDTH 22
|
||||
#elif ENABLED(ULTIPANEL)
|
||||
#define LCD_WIDTH 20
|
||||
@ -1652,9 +1650,7 @@
|
||||
#endif
|
||||
#endif
|
||||
#ifndef LCD_HEIGHT
|
||||
#if ENABLED(LIGHTWEIGHT_UI)
|
||||
#define LCD_HEIGHT 4
|
||||
#elif HAS_GRAPHICAL_LCD
|
||||
#if HAS_GRAPHICAL_LCD
|
||||
#define LCD_HEIGHT 5
|
||||
#elif ENABLED(ULTIPANEL)
|
||||
#define LCD_HEIGHT 4
|
||||
|
Reference in New Issue
Block a user