Skip to content

Commit a9392d7

Browse files
authored
Merge pull request #1 from karlsoderby/master
Re-structure of folders, readme, lib props
2 parents 40e0633 + f185d24 commit a9392d7

4 files changed

+20
-0
lines changed

library.properties

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name=Arduino_GigaDisplay_GFX
2+
version=1.0.0
3+
author=Arduino
4+
maintainer=Arduino <[email protected]>
5+
sentence=GFX library for GIGA Display Shield
6+
paragraph=
7+
category=Display
8+
url=https://docs.arduino.cc/tutorials/giga-display-shield/gfx-guide
9+
architectures=mbed_giga
10+
includes=Arduino_GigaDisplay_GFX.h
11+
depends=Adafruit GFX Library

readme.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Arduino_GigaDisplay_GFX
2+
3+
**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.
4+
5+
It can be used to draw anything from single pixels to advanced geometrical shapes, and supports printing text / values with configurable font sizes.
6+
7+
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).
8+
9+
>**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.

0 commit comments

Comments
 (0)