42f4ce959d
oops.
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"name": "ESP32 HUB75 LED MATRIX PANEL DMA Display",
|
|
"keywords": "hub75, esp32, display, dma, rgb matrix",
|
|
"description": "An experimental 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.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git"
|
|
},
|
|
"authors": {
|
|
"name": "Faptastic",
|
|
"url": "https://github.com/mrfaptastic/"
|
|
},
|
|
"version": "2.0.1",
|
|
"frameworks": "arduino",
|
|
"platforms": "esp32",
|
|
"examples": [
|
|
"examples/AnimatedGIFPanel/*.ino",
|
|
"examples/AnimatedGIFPanel/*.cpp",
|
|
"examples/AnimatedGIFPanel/*.h",
|
|
"examples/AuroraDemo/*.ino",
|
|
"examples/AuroraDemo/*.cpp",
|
|
"examples/AuroraDemo/*.h",
|
|
"examples/BitmapIcons/*.ino",
|
|
"examples/BitmapIcons/*.cpp",
|
|
"examples/BitmapIcons/*.h",
|
|
"examples/DoubleBufferSwap/*.ino",
|
|
"examples/ChainedPanels/*.ino",
|
|
"examples/PatternPlasma/*.ino",
|
|
"examples/PatternPlasma/*.cpp",
|
|
"examples/PatternPlasma/*.h",
|
|
"examples/testshapes_32x64/*.ino",
|
|
"examples/testshapes_32x64/*.cpp",
|
|
"examples/testshapes_32x64/*.h"
|
|
]
|
|
}
|