mirror of
https://github.com/adafruit/Adafruit-GFX-Library.git
synced 2024-10-03 18:18:46 -04:00
header
This commit is contained in:
parent
14af358413
commit
1a2e43afe3
@ -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>
|
||||||
|
@ -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
|
#ifndef _ADAFRUIT_GFX_H
|
||||||
#define _ADAFRUIT_GFX_H
|
#define _ADAFRUIT_GFX_H
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user