ESP32-HUB75-MatrixPanel-DMA/library.json

31 lines
1,000 B
JSON
Raw Normal View History

{
2020-11-28 09:39:35 +01:00
"name": "ESP32 HUB75 LED MATRIX PANEL DMA Display",
2022-09-30 12:13:05 +02:00
"keywords": "hub75, esp32, esp32s2, esp32s3, display, dma, rgb matrix",
2022-10-07 00:10:54 +02:00
"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",
2022-10-07 00:10:54 +02:00
"url": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA.git"
},
"authors": {
"name": "Faptastic",
"url": "https://github.com/mrfaptastic/"
},
2022-09-30 12:13:05 +02:00
"version": "3.0.0",
"frameworks": "arduino",
"platforms": "esp32",
"examples": [
2021-03-28 14:24:57 +02:00
"examples/1_SimpleTestShapes/*.ino",
"examples/1_SimpleTestShapes/*.cpp",
"examples/1_SimpleTestShapes/*.h",
"examples/2_PatternPlasma/*.ino",
"examples/2_PatternPlasma/*.cpp",
"examples/2_PatternPlasma/*.h",
"examples/3_FM6126Panel/*.ino",
"examples/3_FM6126Panel/*.cpp",
"examples/3_FM6126Panel/*.h",
2020-08-02 23:47:02 +02:00
"examples/ChainedPanels/*.ino",
2021-03-28 14:24:57 +02:00
"examples/ChainedPanels/*.h",
"examples/ChainedPanels/*.cpp"
]
}