From f074b03e7d0c10bc9965bb579dfe871765dbc2bb Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Mon, 23 Jan 2023 10:58:24 +0000 Subject: [PATCH 1/2] Update library.json --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": { From 9d4d12a43bd135de343853f4e7d1b2f2d59ee727 Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Mon, 23 Jan 2023 10:58:33 +0000 Subject: [PATCH 2/2] Update library.properties --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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