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:
committed by
Federico Fissore
parent
5ddbab3693
commit
4cbd435163
@ -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() :(
|
||||
|
Reference in New Issue
Block a user