aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2020-07-04 08:58:30 +0100
committermrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2020-07-04 08:58:30 +0100
commit4faa28619848b17f604a096374fb64712c971b2e (patch)
treec20436ea2ca2620b328cbddbb108ba853b498c28
parentd8ace56d6bf131ee3a0c413df1f8f8f6309175a8 (diff)
Update library description for offical Arduino inclusion
-rw-r--r--library.json39
-rw-r--r--library.properties6
2 files changed, 42 insertions, 3 deletions
diff --git a/library.json b/library.json
new file mode 100644
index 0000000..d80dd1b
--- /dev/null
+++ b/library.json
@@ -0,0 +1,39 @@
+{
+ "name": "ESP32 LED MATRIX (HUB75) DMA Display",
+ "keywords": "hub75, esp32, display, dma, rgb matrix",
+ "description": "An experimental Adafruit GFX compatible library for 64x32 RGB matrix modules (other modules not tested - YMMV), using the ESP's DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage (5%) so you can do other things with your ESP32.",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/mrfaptastic/ESP32-RGB64x32MatrixPanel-I2S-DMA.git"
+ },
+ "authors": {
+ "name": "Faptastic",
+ "url": "https://github.com/mrfaptastic/"
+ },
+ "version": "1.0.0",
+ "frameworks": "arduino",
+ "platforms": "esp32",
+ "examples": [
+ "examples/AnimatedGIF/*.ino",
+ "examples/AnimatedGIF/*.cpp",
+ "examples/AnimatedGIF/*.h",
+ "examples/AuroraDemo/*.ino",
+ "examples/AuroraDemo/*.cpp",
+ "examples/AuroraDemo/*.h",
+ "examples/BitmapIcons/*.ino"
+ "examples/BitmapIcons/*.cpp"
+ "examples/BitmapIcons/*.h"
+ "examples/Buffer_Swap_Test/*.ino",
+ "examples/Buffer_Swap_Test/*.cpp",
+ "examples/Buffer_Swap_Test/*.h",
+ "examples/PanelGFXDemo/*.ino",
+ "examples/PanelGFXDemo/*.cpp",
+ "examples/PanelGFXDemo/*.h",
+ "examples/PatternPlasma/*.ino",
+ "examples/PatternPlasma/*.cpp",
+ "examples/PatternPlasma/*.h",
+ "examples/testshapes_32x64/*.ino",
+ "examples/testshapes_32x64/*.cpp",
+ "examples/testshapes_32x64/*.h"
+ ]
+}
diff --git a/library.properties b/library.properties
index a8727ba..3753c89 100644
--- a/library.properties
+++ b/library.properties
@@ -1,9 +1,9 @@
-name=ESP32 LED MATRIX I2S DMA library
-version=0.0.1
+name=ESP32 LED MATRIX (HUB75) DMA Display
+version=1.0.0
author=Faptastic
maintainer=Faptastic
sentence=Experimental DMA based LED Matrix (HUB75 type) Library
-paragraph=An experimental Adafruit GFX compatible library for 64x32 RGB matrix modules (other modules not tested - YMMV), using the ESP's DMA Engine.
+paragraph=An experimental Adafruit GFX compatible library for 64x32 RGB matrix modules (other modules not tested - YMMV), using the ESP's DMA Engine for ultra-fast refresh rates, no-interrupts and very low CPU usage (5%).
category=Display
url=https://github.com/mrfaptastic/ESP32-RGB64x32MatrixPanel-I2S-DMA
architectures=esp32