diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..f0d3234 --- /dev/null +++ b/library.properties @@ -0,0 +1,11 @@ +name=Arduino_GigaDisplay_GFX +version=1.0.0 +author=Arduino +maintainer=Arduino +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 \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..7e1bc8f --- /dev/null +++ b/readme.md @@ -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. \ No newline at end of file diff --git a/Arduino_GigaDisplay_GFX.cpp b/src/Arduino_GigaDisplay_GFX.cpp similarity index 100% rename from Arduino_GigaDisplay_GFX.cpp rename to src/Arduino_GigaDisplay_GFX.cpp diff --git a/Arduino_GigaDisplay_GFX.h b/src/Arduino_GigaDisplay_GFX.h similarity index 100% rename from Arduino_GigaDisplay_GFX.h rename to src/Arduino_GigaDisplay_GFX.h