diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2020-07-04 15:19:59 +0100 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2020-07-04 15:19:59 +0100 |
| commit | c9fffd370cf7fea92a4fe1327143d283e7504fb5 (patch) | |
| tree | a011c9e3591a1b8160f3477fcad1b3190173def2 | |
| parent | c4a16082ddc54cd2a1f47422aeda86e52ec97f8c (diff) | |
Updated name
| -rw-r--r-- | library.json | 2 | ||||
| -rw-r--r-- | library.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/library.json b/library.json index 1e612b2..e62f592 100644 --- a/library.json +++ b/library.json @@ -1,5 +1,5 @@ { - "name": "ESP32 LED MATRIX HUB75 DMA Display", + "name": "ESP32 64x32 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 d2b0666..ef6a54c 100644 --- a/library.properties +++ b/library.properties @@ -1,4 +1,4 @@ -name=ESP32 LED MATRIX HUB75 DMA Display +name=ESP32 64x32 LED MATRIX HUB75 DMA Display version=1.0.0 author=Faptastic maintainer=Faptastic |
