You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
4
+
5
+
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
6
+
7
+
Written by Limor Fried/Ladyada for Adafruit Industries.
8
+
BSD license, check license.txt for more information.
9
+
All text above must be included in any redistribution.
10
+
11
+
This library carries exactly the same licensing terms as the original, any changes made in this repo are assumed to be under the same terms as the original too.
12
+
3
13
## Summary
4
14
5
15
Although many newer mbed RTOS chipsets have inbuilt hardware LCD drivers, there's sometimes a need to use a more basic display, such as an OLED or LCD unit. This is a fork of the Adafruit_GFX library with changes to run on mbed 5/6 RTOS. It is derived from a few sources:
@@ -24,21 +34,7 @@ Every fork should state what it's purpose is. This fork is purely to provide mbe
24
34
25
35
Important note about bug fixes: do not put in PRs for the core graphics class here, only mbed and display specific fixes will be applied. Instead apply any changes to the core and then we'll re-pull the change here.
26
36
27
-
This library carries exactly the same licensing terms as the original, any changes made in this repo are assumed to be under the same terms as the original too.
28
-
29
-
## The original text is below.
30
-
31
-
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).
32
-
33
-
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
34
-
35
-
Written by Limor Fried/Ladyada for Adafruit Industries.
36
-
BSD license, check license.txt for more information.
37
-
All text above must be included in any redistribution.
38
-
39
-
Recent Arduino IDE releases include the Library Manager for easy installation. Otherwise, to download, click the DOWNLOAD ZIP button, uncompress and rename the uncompressed folder Adafruit_GFX. Confirm that the Adafruit_GFX folder contains Adafruit_GFX.cpp and Adafruit_GFX.h. Place the Adafruit_GFX library folder your ArduinoSketchFolder/Libraries/ folder. You may need to create the Libraries subfolder if its your first library. Restart the IDE.
40
37
41
-
**You will also need to install the latest Adafruit BusIO library.** Search for "Adafruit BusIO" in the library manager, or install by hand from https://github.com/adafruit/Adafruit_BusIO
0 commit comments