aboutsummaryrefslogtreecommitdiff
path: root/library.json
blob: 0b09eac80d4f4883ffa5198cfd3add5e5d9f4a1d (plain)
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
{
  "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.7",
  "frameworks": "arduino",
  "platforms": "esp32",
  "examples": [
	"examples/1_SimpleTestShapes/*.ino",
	"examples/1_SimpleTestShapes/*.cpp",
	"examples/1_SimpleTestShapes/*.h",	
	"examples/2_PatternPlasma/*.ino",
	"examples/2_PatternPlasma/*.cpp",
	"examples/2_PatternPlasma/*.h",	
	"examples/3_FM6126Panel/*.ino",
	"examples/3_FM6126Panel/*.cpp",
	"examples/3_FM6126Panel/*.h",
	"examples/ChainedPanels/*.ino",	
	"examples/ChainedPanels/*.h",
	"examples/ChainedPanels/*.cpp"
  ]
}