diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2022-09-30 11:13:05 +0100 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2022-09-30 11:13:05 +0100 |
| commit | 2db8f26659014b35c9a0a3b2ab1ca437bf7daa4e (patch) | |
| tree | c3e193dd44430c2637d7d4b2dcc087f3331b92c9 | |
| parent | b490699eabbb755cb23204bb6343395bbe47d08d (diff) | |
Minor update.
| -rw-r--r-- | library.json | 6 | ||||
| -rw-r--r-- | library.properties | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/library.json b/library.json index 0b09eac..1f8201e 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", - "keywords": "hub75, esp32, display, dma, rgb matrix", - "description": "An experimental Adafruit GFX compatible library for 64x32 or 64x64 LED matrix modules using the ESP32 DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage.", + "keywords": "hub75, esp32, esp32s2, esp32s3, display, dma, rgb matrix", + "description": "An Adafruit GFX compatible library for 64x32 or 64x64 LED matrix modules using the ESP32 DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage.", "repository": { "type": "git", "url": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git" @@ -10,7 +10,7 @@ "name": "Faptastic", "url": "https://github.com/mrfaptastic/" }, - "version": "2.0.7", + "version": "3.0.0", "frameworks": "arduino", "platforms": "esp32", "examples": [ diff --git a/library.properties b/library.properties index ce8c832..43f2437 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=ESP32 HUB75 LED MATRIX PANEL DMA Display -version=2.0.7 +version= 3.0.0 author=Faptastic maintainer=Faptastic -sentence=Experimental DMA based LED Matrix HUB75 Library -paragraph=An experimental Adafruit GFX compatible library for 64x32 or 64x64 LED matrix modules using the ESP32 DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage. +sentence=DMA based LED Matrix HUB75 Library +paragraph=An Adafruit GFX compatible library for 64x32 or 64x64 LED matrix modules using the ESP32 DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage. category=Display url=https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA architectures=esp32 |
