1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Latest Adafruit_GFX fixes + moved GFX lib to utility folder

Updated constructor and dependent code, other minor fixes. Robot LCD
examples all compile, but not yet tested against actual hardware.
This commit is contained in:
Phillip Burgess
2013-09-03 11:44:08 -07:00
committed by Federico Fissore
parent 5ddbab3693
commit 4cbd435163
4 changed files with 167 additions and 164 deletions

View File

@ -25,7 +25,7 @@
#else
#include "WProgram.h"
#endif
#include "Adafruit_GFX.h"
#include "utility/Adafruit_GFX.h"
//#include <avr/pgmspace.h>
// some flags for initR() :(