|
@ -103,9 +103,7 @@ uint8_t lcd_status_update_delay = 1, // First update one loop delayed |
|
|
|
|
|
|
|
|
#if ENABLED(DOGLCD) |
|
|
#if ENABLED(DOGLCD) |
|
|
#include "ultralcd_impl_DOGM.h" |
|
|
#include "ultralcd_impl_DOGM.h" |
|
|
#include <U8glib.h> |
|
|
bool drawing_screen, first_page; // = false
|
|
|
bool drawing_screen, // = false
|
|
|
|
|
|
first_page; |
|
|
|
|
|
#else |
|
|
#else |
|
|
#include "ultralcd_impl_HD44780.h" |
|
|
#include "ultralcd_impl_HD44780.h" |
|
|
constexpr bool first_page = true; |
|
|
constexpr bool first_page = true; |
|
|