ESP32-HUB75-MatrixPanel-DMA/library.json

36 lines
1.2 KiB
JSON
Raw Normal View History

{
2020-11-28 09:39:35 +01:00
"name": "ESP32 HUB75 LED MATRIX PANEL DMA Display",
"keywords": "hub75, esp32, display, dma, rgb matrix",
2020-11-28 09:39:35 +01:00
"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",
2020-11-28 09:39:35 +01:00
"url": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git"
},
"authors": {
"name": "Faptastic",
"url": "https://github.com/mrfaptastic/"
},
2020-11-28 09:39:35 +01:00
"version": "1.2.3",
"frameworks": "arduino",
"platforms": "esp32",
"examples": [
"examples/AnimatedGIFPanel/*.ino",
"examples/AnimatedGIFPanel/*.cpp",
"examples/AnimatedGIFPanel/*.h",
"examples/AuroraDemo/*.ino",
"examples/AuroraDemo/*.cpp",
"examples/AuroraDemo/*.h",
2020-07-05 09:02:27 +02:00
"examples/BitmapIcons/*.ino",
"examples/BitmapIcons/*.cpp",
2020-07-05 09:03:14 +02:00
"examples/BitmapIcons/*.h",
2020-09-20 17:23:48 +02:00
"examples/DoubleBufferSwap/*.ino",
2020-08-02 23:47:02 +02:00
"examples/ChainedPanels/*.ino",
"examples/PatternPlasma/*.ino",
"examples/PatternPlasma/*.cpp",
"examples/PatternPlasma/*.h",
"examples/testshapes_32x64/*.ino",
"examples/testshapes_32x64/*.cpp",
"examples/testshapes_32x64/*.h"
]
}