diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-01-25 22:37:57 +0000 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-01-25 22:37:57 +0000 |
| commit | 8337c7cf7edefbdbacc5495e48834483157462d2 (patch) | |
| tree | 7a1141f83301d913c42bac3b033e8b21655d4361 | |
| parent | 58757c1975a6bd7db17d44d104fcd94a99681561 (diff) | |
| parent | 9d4d12a43bd135de343853f4e7d1b2f2d59ee727 (diff) | |
Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
| -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 1ba3b80..a9232b3 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", - "version": "3.0.2", + "version": "3.0.5", "description": "An Adafruit GFX compatible library for LED matrix modules which uses DMA for ultra-fast refresh rates and therefore very low CPU usage.", "keywords": "hub75, esp32, esp32s2, esp32s3, display, dma, rgb matrix", "repository": { diff --git a/library.properties b/library.properties index 6b128d1..0dc2256 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP32 HUB75 LED MATRIX PANEL DMA Display -version= 3.0.2 +version= 3.0.5 author=Faptastic maintainer=Faptastic sentence=HUB75 LED Matrix Library for ESP32, ESP32-S2 and ESP32-S3 |
