ladyada vor 13 Jahren
Ursprung
Commit
1a2e43afe3
2 geänderte Dateien mit 31 neuen und 0 gelöschten Zeilen
  1. 16 0
      Adafruit_GFX.cpp
  2. 15 0
      Adafruit_GFX.h

+ 16 - 0
Adafruit_GFX.cpp

@@ -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 "glcdfont.c"
 #include <avr/pgmspace.h>

+ 15 - 0
Adafruit_GFX.h

@@ -1,3 +1,18 @@
+/***********************************
+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
+****************************************/
+
 #ifndef _ADAFRUIT_GFX_H
 #define _ADAFRUIT_GFX_H