1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +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
parent 0f0d5fe01e
commit a06ccb7f1c
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() :(