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