Convert DOGM / HD44780 impl to CPP files
This commit is contained in:
@ -54,10 +54,6 @@
|
||||
#include "../../libs/duration_t.h"
|
||||
#endif
|
||||
|
||||
#if ENABLED(FILAMENT_LCD_DISPLAY)
|
||||
#include "../../feature/filwidth.h"
|
||||
#endif
|
||||
|
||||
#if ENABLED(BLTOUCH)
|
||||
#include "../../module/endstops.h"
|
||||
#endif
|
||||
@ -74,15 +70,6 @@
|
||||
#include "../../feature/runout.h"
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////
|
||||
///////////////// Externs //////////////////
|
||||
////////////////////////////////////////////
|
||||
|
||||
// LCD Updates
|
||||
#if HAS_GRAPHICAL_LCD
|
||||
extern bool drawing_screen;
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////
|
||||
///////////// Global Variables /////////////
|
||||
////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user