Skip to content

Commit

Permalink
Merge pull request arduino-libraries#1 from karlsoderby/master
Browse files Browse the repository at this point in the history
Re-structure of folders, readme, lib props
  • Loading branch information
facchinm authored Sep 29, 2023
2 parents 40e0633 + f185d24 commit a9392d7
Show file tree
Hide file tree
Showing 4 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.
File renamed without changes.
File renamed without changes.

0 comments on commit a9392d7

Please sign in to comment.