Skip to content

Commit

Permalink
add lib prop + readme
Browse files Browse the repository at this point in the history
  • Loading branch information
karlsoderby committed Sep 29, 2023
1 parent e673e1c commit f185d24
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions library.properties
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
9 changes: 9 additions & 0 deletions readme.md
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.

0 comments on commit f185d24

Please sign in to comment.