Update library.json
This commit is contained in:
parent
cd2430b158
commit
05fe7eb7d1
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"name": "ESP32 HUB75 LED MATRIX PANEL DMA Display",
|
||||
"keywords": "hub75, esp32, esp32s2, esp32s3, display, dma, rgb matrix",
|
||||
"description": "An Adafruit GFX compatible library for 64x32 or 64x64 LED matrix modules using the ESP32 DMA Engine for ultra-fast refresh rates, no-interrupts 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.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git"
|
||||
"url": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA.git"
|
||||
},
|
||||
"authors": {
|
||||
"name": "Faptastic",
|
||||
|
|
Loading…
Reference in a new issue