Convert DOGM / HD44780 impl to CPP files

This commit is contained in:
Scott Lahteine
2018-10-24 02:27:19 -05:00
parent 182b1405d9
commit c825c419d4
8 changed files with 215 additions and 210 deletions

View File

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