Updated name
This commit is contained in:
parent
c4a16082dd
commit
c9fffd370c
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "ESP32 LED MATRIX HUB75 DMA Display",
|
||||
"name": "ESP32 64x32 LED MATRIX HUB75 DMA Display",
|
||||
"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.",
|
||||
"repository": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name=ESP32 LED MATRIX HUB75 DMA Display
|
||||
name=ESP32 64x32 LED MATRIX HUB75 DMA Display
|
||||
version=1.0.0
|
||||
author=Faptastic
|
||||
maintainer=Faptastic
|
||||
|
|
Loading…
Reference in a new issue