Skip to content
Snippets Groups Projects
Commit 47d529aa authored by Bob-the-Kuhn's avatar Bob-the-Kuhn
Browse files

move #include <U8glib.h>

parent fc460fff
Branches
Tags
No related merge requests found
......@@ -24,7 +24,6 @@
// file u8g_dev_st7920_128x64_HAL.cpp for the HAL version.
#include "../../inc/MarlinConfig.h"
#include <U8glib.h>
#if ENABLED(U8GLIB_ST7920)
......@@ -41,6 +40,8 @@
#define LCD_PIXEL_WIDTH 128
#define LCD_PIXEL_HEIGHT 64
#include <U8glib.h>
//set optimization so ARDUINO optimizes this file
#pragma GCC optimize (3)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment