aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2020-07-04 15:17:51 +0100
committermrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2020-07-04 15:17:51 +0100
commitc4a16082ddc54cd2a1f47422aeda86e52ec97f8c (patch)
tree77fb6158ef51c964825168bc98ae8e4733961a2b
parentb5b9ab763317d90075c9cc56307a12966a7753fe (diff)
Update title for Arduino Library
-rw-r--r--library.json2
-rw-r--r--library.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/library.json b/library.json
index d80dd1b..1e612b2 100644
--- a/library.json
+++ b/library.json
@@ -1,5 +1,5 @@
{
- "name": "ESP32 LED MATRIX (HUB75) DMA Display",
+ "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": {
diff --git a/library.properties b/library.properties
index 3753c89..d2b0666 100644
--- a/library.properties
+++ b/library.properties
@@ -1,8 +1,8 @@
-name=ESP32 LED MATRIX (HUB75) DMA Display
+name=ESP32 LED MATRIX HUB75 DMA Display
version=1.0.0
author=Faptastic
maintainer=Faptastic
-sentence=Experimental DMA based LED Matrix (HUB75 type) Library
+sentence=Experimental DMA based LED Matrix HUB75 Library
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