Update title for Arduino Library
This commit is contained in:
parent
b5b9ab7633
commit
c4a16082dd
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "ESP32 LED MATRIX (HUB75) DMA Display",
|
"name": "ESP32 LED MATRIX HUB75 DMA Display",
|
||||||
"keywords": "hub75, esp32, display, dma, rgb matrix",
|
"keywords": "hub75, esp32, display, dma, rgb matrix",
|
||||||
"description": "An experimental Adafruit GFX compatible library for 64x32 RGB matrix modules (other modules not tested - YMMV), using the ESP's DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage (5%) so you can do other things with your ESP32.",
|
"description": "An experimental Adafruit GFX compatible library for 64x32 RGB matrix modules (other modules not tested - YMMV), using the ESP's DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage (5%) so you can do other things with your ESP32.",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
name=ESP32 LED MATRIX (HUB75) DMA Display
|
name=ESP32 LED MATRIX HUB75 DMA Display
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
author=Faptastic
|
author=Faptastic
|
||||||
maintainer=Faptastic
|
maintainer=Faptastic
|
||||||
sentence=Experimental DMA based LED Matrix (HUB75 type) Library
|
sentence=Experimental DMA based LED Matrix HUB75 Library
|
||||||
paragraph=An experimental Adafruit GFX compatible library for 64x32 RGB matrix modules (other modules not tested - YMMV), using the ESP's DMA Engine for ultra-fast refresh rates, no-interrupts and very low CPU usage (5%).
|
paragraph=An experimental Adafruit GFX compatible library for 64x32 RGB matrix modules (other modules not tested - YMMV), using the ESP's DMA Engine for ultra-fast refresh rates, no-interrupts and very low CPU usage (5%).
|
||||||
category=Display
|
category=Display
|
||||||
url=https://github.com/mrfaptastic/ESP32-RGB64x32MatrixPanel-I2S-DMA
|
url=https://github.com/mrfaptastic/ESP32-RGB64x32MatrixPanel-I2S-DMA
|
||||||
|
|
Loading…
Reference in a new issue