This commit is contained in:
ladyada 2012-03-15 15:22:34 -04:00
parent 14af358413
commit 1a2e43afe3
2 changed files with 31 additions and 0 deletions

View File

@ -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>

View File

@ -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