2020-07-04 09:58:30 +02:00
{
2020-07-04 16:19:59 +02:00
"name" : "ESP32 64x32 LED MATRIX HUB75 DMA Display" ,
2020-07-04 09:58:30 +02:00
"keywords" : "hub75, esp32, display, dma, rgb matrix" ,
"description" : "An experimental Adafruit GFX compatible library for 64x32 RGB matrix modules (other modules not tested - YMMV), using the ESP's DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage (5%) so you can do other things with your ESP32." ,
"repository" : {
"type" : "git" ,
"url" : "https://github.com/mrfaptastic/ESP32-RGB64x32MatrixPanel-I2S-DMA.git"
} ,
"authors" : {
"name" : "Faptastic" ,
"url" : "https://github.com/mrfaptastic/"
} ,
2020-08-13 13:16:17 +02:00
"version" : "1.2.1" ,
2020-07-04 09:58:30 +02:00
"frameworks" : "arduino" ,
"platforms" : "esp32" ,
"examples" : [
2020-08-11 21:44:47 +02:00
"examples/AnimatedGIFPanel/*.ino" ,
"examples/AnimatedGIFPanel/*.cpp" ,
"examples/AnimatedGIFPanel/*.h" ,
2020-07-04 09:58:30 +02:00
"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-07-04 09:58:30 +02:00
"examples/Buffer_Swap_Test/*.ino" ,
"examples/Buffer_Swap_Test/*.cpp" ,
"examples/Buffer_Swap_Test/*.h" ,
2020-08-02 23:47:02 +02:00
"examples/ChainedPanels/*.ino" ,
2020-07-04 09:58:30 +02:00
"examples/PatternPlasma/*.ino" ,
"examples/PatternPlasma/*.cpp" ,
"examples/PatternPlasma/*.h" ,
"examples/testshapes_32x64/*.ino" ,
"examples/testshapes_32x64/*.cpp" ,
"examples/testshapes_32x64/*.h"
]
}