Improve runout sensor, fix LIGHTWEIGHT_UI screen size (#12544)

This commit is contained in:
Marcio Teixeira
2018-11-27 12:45:25 -07:00
committed by Scott Lahteine
parent 5b24ce9024
commit 439a3e8463
2 changed files with 10 additions and 10 deletions

View File

@ -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