-
Notifications
You must be signed in to change notification settings - Fork 215
/
library.json
41 lines (41 loc) · 1.17 KB
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "ESP32 HUB75 LED MATRIX PANEL DMA Display",
"version": "3.0.12",
"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": "MrCodetastic",
"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"
]
}
]
}