Arduini IDE compatibility changes

changed includes to make Arduino IDE happy
This commit is contained in:
Bob-the-Kuhn
2017-11-08 15:48:35 -06:00
parent 95ea43bde4
commit d47fbf791b
12 changed files with 14 additions and 34 deletions

View File

@@ -56,9 +56,9 @@
*/
#include <lib/u8g.h>
#include <U8glib.h>
#include <src/lcd/dogm/HAL_LCD_com_defines.h>
#include "HAL_LCD_com_defines.h"
#define WIDTH 128
#define HEIGHT 64