-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
27 lines (21 loc) · 1.03 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
readme.txt file for Arduino glcd library
FONTS
The library is supplied with fixed and variable width font definitons
located in the fonts folder. See the documentation for information on adding
your own fonts to this folder.
BITMAPS
Bitmap images are stored in the bitmaps folder. The documentation
describes how to create you own bitmaps using a utility provided in the
bitmaps\glcdMakeBitmaps folder
OTHER FOLDERS
The include and device folders contain low level system files.
These do not need to be modifed for normal operation.
LICENCE
The Arduino GLCD library files are either licensed under the terms of the
GNU Lesser General Public License or are compatible with this license when
the GLCD library code is used in the Arduino software environment.
See licence.txt for details.
The glcd library was created by Michael Margolis. Extensive enhancements
including the majority of the improvements in this release were led
by Bill Perry.
Extensivly modified to work with the EMF TiLDA LCD by Kimball Johnson.