ESP32-HUB75-MatrixPanel-DMA/library.json
2024-05-01 23:27:11 +01:00

41 lines
1.2 KiB
JSON

{
"name": "ESP32 HUB75 LED MATRIX PANEL DMA Display",
"version": "3.0.10",
"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": {
"type": "git",
"url": "https://github.com/mrcodetastic/ESP32-HUB75-MatrixPanel-DMA.git"
},
"authors": {
"name": "Mr Codetastic",
"url": "https://github.com/mrcodetastic/"
},
"frameworks": [
"arduino",
"espidf"
],
"platforms": [
"espressif32"
],
"headers": [
"ESP32-HUB75-MatrixPanel-I2S-DMA.h", "ESP32-VirtualMatrixPanel-I2S-DMA.h"
],
"examples": [
{
"name": "SimpleTestShapes",
"base": "examples/1_SimpleTestShapes",
"files": [
"1_SimpleTestShapes.ino"
]
},
{
"name": "Plasma Pattern",
"base": "examples/2_PatternPlasma",
"files": [
"2_PatternPlasma.ino",
"README.md"
]
}
]
}