Patch a u8g include

This commit is contained in:
Scott Lahteine 2019-08-28 08:12:18 -05:00
parent 7b99c26e80
commit 95963121b0
5 changed files with 4 additions and 4 deletions

View File

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

View File

@ -58,7 +58,6 @@
#if HAS_GRAPHICAL_LCD
#include <U8glib.h>
#include "HAL_LCD_com_defines.h"
#define WIDTH 128

View File

@ -58,7 +58,6 @@
#if HAS_GRAPHICAL_LCD
#include <U8glib.h>
#include "HAL_LCD_com_defines.h"
#define LCD_PIXEL_WIDTH 128

View File

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

View File

@ -58,7 +58,6 @@
#if HAS_GRAPHICAL_LCD
#include <U8glib.h>
#include "HAL_LCD_com_defines.h"
#define WIDTH 128