Suppress U8glib build warnings
This commit is contained in:
@ -103,9 +103,7 @@ uint8_t lcd_status_update_delay = 1, // First update one loop delayed
|
||||
|
||||
#if ENABLED(DOGLCD)
|
||||
#include "ultralcd_impl_DOGM.h"
|
||||
#include <U8glib.h>
|
||||
bool drawing_screen, // = false
|
||||
first_page;
|
||||
bool drawing_screen, first_page; // = false
|
||||
#else
|
||||
#include "ultralcd_impl_HD44780.h"
|
||||
constexpr bool first_page = true;
|
||||
|
Reference in New Issue
Block a user