From 642c064ffd0325f0318e58dfbde030a6e57b31ce Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Mon, 13 Mar 2023 00:11:32 +0000 Subject: [PATCH 1/3] Update pio_build.yml --- .github/workflows/pio_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pio_build.yml b/.github/workflows/pio_build.yml index 0d0247e..379983d 100644 --- a/.github/workflows/pio_build.yml +++ b/.github/workflows/pio_build.yml @@ -31,9 +31,9 @@ jobs: # virtual_panel: ["", -DVIRTUAL_PANE] example: - "examples/PIO_TestPatterns" - exclude: - - no_fast_functions: "" - virtual_panel: -DVIRTUAL_PANE +# exclude: +# - no_fast_functions: "" +# virtual_panel: -DVIRTUAL_PANE steps: - name: Checkout From 20abf19582901a97d0e4b806850b6ab613c2c756 Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Mon, 13 Mar 2023 00:11:55 +0000 Subject: [PATCH 2/3] Update library.json --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index a9232b3..1d641f5 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", - "version": "3.0.5", + "version": "3.0.6", "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 8d82df45e121a6e270b8f66a4fd438fa72fd1624 Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Mon, 13 Mar 2023 00:12:10 +0000 Subject: [PATCH 3/3] Update library.properties --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 0dc2256..ba4e2d3 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP32 HUB75 LED MATRIX PANEL DMA Display -version= 3.0.5 +version= 3.0.6 author=Faptastic maintainer=Faptastic sentence=HUB75 LED Matrix Library for ESP32, ESP32-S2 and ESP32-S3