Update library.json
This commit is contained in:
parent
182653727d
commit
e1e2991076
1 changed files with 36 additions and 28 deletions
40
library.json
40
library.json
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "ESP32 HUB75 LED MATRIX PANEL DMA Display",
|
"name": "ESP32 HUB75 LED MATRIX PANEL DMA Display",
|
||||||
"keywords": "hub75, esp32, esp32s2, esp32s3, display, dma, rgb matrix",
|
"version": "3.0.2",
|
||||||
"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",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA.git"
|
"url": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA.git"
|
||||||
|
@ -10,21 +11,28 @@
|
||||||
"name": "Faptastic",
|
"name": "Faptastic",
|
||||||
"url": "https://github.com/mrfaptastic/"
|
"url": "https://github.com/mrfaptastic/"
|
||||||
},
|
},
|
||||||
"version": "3.0.2",
|
"frameworks": [
|
||||||
"frameworks": "arduino",
|
"arduino",
|
||||||
"platforms": "esp32",
|
"espidf"
|
||||||
|
],
|
||||||
|
"platforms": [
|
||||||
|
"espressif32"
|
||||||
|
],
|
||||||
"examples": [
|
"examples": [
|
||||||
"examples/1_SimpleTestShapes/*.ino",
|
{
|
||||||
"examples/1_SimpleTestShapes/*.cpp",
|
"name": "SimpleTestShapes",
|
||||||
"examples/1_SimpleTestShapes/*.h",
|
"base": "examples/1_SimpleTestShapes",
|
||||||
"examples/2_PatternPlasma/*.ino",
|
"files": [
|
||||||
"examples/2_PatternPlasma/*.cpp",
|
"1_SimpleTestShapes.ino"
|
||||||
"examples/2_PatternPlasma/*.h",
|
]
|
||||||
"examples/3_FM6126Panel/*.ino",
|
},
|
||||||
"examples/3_FM6126Panel/*.cpp",
|
{
|
||||||
"examples/3_FM6126Panel/*.h",
|
"name": "Plasma Pattern",
|
||||||
"examples/ChainedPanels/*.ino",
|
"base": "examples/2_PatternPlasma",
|
||||||
"examples/ChainedPanels/*.h",
|
"files": [
|
||||||
"examples/ChainedPanels/*.cpp"
|
"2_PatternPlasma.ino",
|
||||||
|
"README.md"
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue