forked from arduino-libraries/Arduino_GigaDisplay_GFX
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request arduino-libraries#1 from karlsoderby/master
Re-structure of folders, readme, lib props
- Loading branch information
Showing
4 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name=Arduino_GigaDisplay_GFX | ||
version=1.0.0 | ||
author=Arduino | ||
maintainer=Arduino <[email protected]> | ||
sentence=GFX library for GIGA Display Shield | ||
paragraph= | ||
category=Display | ||
url=https://docs.arduino.cc/tutorials/giga-display-shield/gfx-guide | ||
architectures=mbed_giga | ||
includes=Arduino_GigaDisplay_GFX.h | ||
depends=Adafruit GFX Library |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Arduino_GigaDisplay_GFX | ||
|
||
**Arduino_GigaDisplay_GFX** is a layer library for using methods from the [Adafruit GFX]() graphics core library, developed for the [Arduino GIGA Display Shield]() and the [Arduino GIGA R1 WiFi]() board. | ||
|
||
It can be used to draw anything from single pixels to advanced geometrical shapes, and supports printing text / values with configurable font sizes. | ||
|
||
To get started with this library and the shield, visit the [GIGA Display Shield GFX Guide](https://docs.arduino.cc/tutorials/giga-display-shield/gfx-guide). | ||
|
||
>**Note:** this library requires version `4.0.6` and above of the [GIGA core](https://github.com/arduino/ArduinoCore-mbed) to be installed. |
File renamed without changes.
File renamed without changes.