Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
This commit is contained in:
commit
8f5e2e143d
3 changed files with 5 additions and 5 deletions
6
.github/workflows/pio_build.yml
vendored
6
.github/workflows/pio_build.yml
vendored
|
@ -31,9 +31,9 @@ jobs:
|
||||||
# virtual_panel: ["", -DVIRTUAL_PANE]
|
# virtual_panel: ["", -DVIRTUAL_PANE]
|
||||||
example:
|
example:
|
||||||
- "examples/PIO_TestPatterns"
|
- "examples/PIO_TestPatterns"
|
||||||
exclude:
|
# exclude:
|
||||||
- no_fast_functions: ""
|
# - no_fast_functions: ""
|
||||||
virtual_panel: -DVIRTUAL_PANE
|
# virtual_panel: -DVIRTUAL_PANE
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ESP32 HUB75 LED MATRIX PANEL DMA Display",
|
"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.",
|
"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",
|
"keywords": "hub75, esp32, esp32s2, esp32s3, display, dma, rgb matrix",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name=ESP32 HUB75 LED MATRIX PANEL DMA Display
|
name=ESP32 HUB75 LED MATRIX PANEL DMA Display
|
||||||
version= 3.0.5
|
version= 3.0.6
|
||||||
author=Faptastic
|
author=Faptastic
|
||||||
maintainer=Faptastic
|
maintainer=Faptastic
|
||||||
sentence=HUB75 LED Matrix Library for ESP32, ESP32-S2 and ESP32-S3
|
sentence=HUB75 LED Matrix Library for ESP32, ESP32-S2 and ESP32-S3
|
||||||
|
|
Loading…
Reference in a new issue