Skip to content

Commit

Permalink
Patch a u8g include
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Aug 29, 2019
1 parent 7b99c26 commit 9596312
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Marlin/src/lcd/dogm/HAL_LCD_com_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

// Use this file to select the com driver for device drivers that are NOT in the U8G library

#include <U8glib.h>

#ifndef U8G_HAL_LINKS

#ifdef __SAM3X8E__
Expand Down
1 change: 0 additions & 1 deletion Marlin/src/lcd/dogm/u8g_dev_st7565_64128n_HAL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
#if HAS_GRAPHICAL_LCD

#include <U8glib.h>

#include "HAL_LCD_com_defines.h"

#define WIDTH 128
Expand Down
1 change: 0 additions & 1 deletion Marlin/src/lcd/dogm/u8g_dev_st7920_128x64_HAL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
#if HAS_GRAPHICAL_LCD

#include <U8glib.h>

#include "HAL_LCD_com_defines.h"

#define LCD_PIXEL_WIDTH 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@

#if HAS_GRAPHICAL_LCD && PIN_EXISTS(FSMC_CS)

#include "U8glib.h"
#include <U8glib.h>
#include "HAL_LCD_com_defines.h"

#include <string.h>

#if ENABLED(LCD_USE_DMA_FSMC)
Expand Down
1 change: 0 additions & 1 deletion Marlin/src/lcd/dogm/u8g_dev_uc1701_mini12864_HAL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
#if HAS_GRAPHICAL_LCD

#include <U8glib.h>

#include "HAL_LCD_com_defines.h"

#define WIDTH 128
Expand Down

0 comments on commit 9596312

Please sign in to comment.