Update library.json

This commit is contained in:
mrfaptastic 2023-01-01 18:47:46 +00:00 committed by GitHub
parent 182653727d
commit e1e2991076
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,30 +1,38 @@
{ {
"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.",
"repository": { "keywords": "hub75, esp32, esp32s2, esp32s3, display, dma, rgb matrix",
"type": "git", "repository": {
"url": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA.git" "type": "git",
}, "url": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA.git"
"authors": { },
"name": "Faptastic", "authors": {
"url": "https://github.com/mrfaptastic/" "name": "Faptastic",
}, "url": "https://github.com/mrfaptastic/"
"version": "3.0.2", },
"frameworks": "arduino", "frameworks": [
"platforms": "esp32", "arduino",
"examples": [ "espidf"
"examples/1_SimpleTestShapes/*.ino", ],
"examples/1_SimpleTestShapes/*.cpp", "platforms": [
"examples/1_SimpleTestShapes/*.h", "espressif32"
"examples/2_PatternPlasma/*.ino", ],
"examples/2_PatternPlasma/*.cpp", "examples": [
"examples/2_PatternPlasma/*.h", {
"examples/3_FM6126Panel/*.ino", "name": "SimpleTestShapes",
"examples/3_FM6126Panel/*.cpp", "base": "examples/1_SimpleTestShapes",
"examples/3_FM6126Panel/*.h", "files": [
"examples/ChainedPanels/*.ino", "1_SimpleTestShapes.ino"
"examples/ChainedPanels/*.h", ]
"examples/ChainedPanels/*.cpp" },
] {
"name": "Plasma Pattern",
"base": "examples/2_PatternPlasma",
"files": [
"2_PatternPlasma.ino",
"README.md"
]
}
]
} }