Skip to content

Commit 9ed1e96

Browse files
author
dave
committed
remove issue templates and fontconvert, fontconvert caused compilation problems on mbed, and is easily accessible from the main repo as needed
1 parent 2e3b5b6 commit 9ed1e96

File tree

8 files changed

+10
-551
lines changed

8 files changed

+10
-551
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/githubci.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

README.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Adafruit GFX Library fork supporting SSD1306/SH1106 displays on mbed 5/6
22

3+
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+
313
## Summary
414

515
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
2434

2535
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.
2636

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.
4037

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
4238

4339
# Useful Resources
4440

fontconvert/Makefile

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)