-
Notifications
You must be signed in to change notification settings - Fork 54
/
README.txt
31 lines (21 loc) · 1.28 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
28
29
30
31
This is a standalone library that contains both graphics functions
plus the TFT HX8357B, HX8357C, ILI9481 and ILI9486 drivers.
This library has been derived from the Adafruit_GFX and driver library with
further code snippets from other contributing authors.
New functions have been added in particular it contains proportional fonts
in addition to the original Adafruit font.
Note: This version of the library might not be fully compatible with the original.
===============================================================
Hereafter is the original README text for the Adafruit library:
===============================================================
This is the core graphics library for all our displays, providing
a common set of graphics primitives (points, lines, circles, etc.).
It needs to be paired with a hardware-specific library for each
display device we carry (to handle the lower-level functions).
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.
===============================================================