|
@@ -1,3 +1,19 @@
|
|
|
|
|
+/***********************************
|
|
|
|
|
+This is a our graphics core library, for all our displays.
|
|
|
|
|
+We'll be adapting all the
|
|
|
|
|
+existing libaries to use this core to make updating, support
|
|
|
|
|
+and upgrading easier!
|
|
|
|
|
+
|
|
|
|
|
+Adafruit invests time and resources providing this open source code,
|
|
|
|
|
+please support Adafruit and open-source hardware by purchasing
|
|
|
|
|
+products from Adafruit!
|
|
|
|
|
+
|
|
|
|
|
+Written by Limor Fried/Ladyada for Adafruit Industries.
|
|
|
|
|
+BSD license, check license.txt for more information
|
|
|
|
|
+All text above must be included in any redistribution
|
|
|
|
|
+****************************************/
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
#include "Adafruit_GFX.h"
|
|
#include "Adafruit_GFX.h"
|
|
|
#include "glcdfont.c"
|
|
#include "glcdfont.c"
|
|
|
#include <avr/pgmspace.h>
|
|
#include <avr/pgmspace.h>
|