2020-07-04 09:58:30 +02:00
{
2023-01-01 19:47:46 +01:00
"name" : "ESP32 HUB75 LED MATRIX PANEL DMA Display" ,
2023-01-23 11:58:24 +01:00
"version" : "3.0.5" ,
2023-01-01 19:47:46 +01: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." ,
"keywords" : "hub75, esp32, esp32s2, esp32s3, display, dma, rgb matrix" ,
"repository" : {
"type" : "git" ,
"url" : "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA.git"
} ,
"authors" : {
2023-01-01 20:19:30 +01:00
"name" : "Mr Faptastic" ,
2023-01-01 19:47:46 +01:00
"url" : "https://github.com/mrfaptastic/"
} ,
"frameworks" : [
"arduino" ,
"espidf"
] ,
"platforms" : [
"espressif32"
] ,
2023-01-01 20:19:30 +01:00
"headers" : [
"ESP32-HUB75-MatrixPanel-I2S-DMA.h" , "ESP32-VirtualMatrixPanel-I2S-DMA.h"
] ,
2023-01-01 19:47:46 +01:00
"examples" : [
{
"name" : "SimpleTestShapes" ,
"base" : "examples/1_SimpleTestShapes" ,
"files" : [
"1_SimpleTestShapes.ino"
]
} ,
{
"name" : "Plasma Pattern" ,
"base" : "examples/2_PatternPlasma" ,
"files" : [
"2_PatternPlasma.ino" ,
"README.md"
]
}
]
2020-07-04 09:58:30 +02:00
}