aboutsummaryrefslogtreecommitdiff
path: root/library.json
blob: 21425a4fb0b3dd21938088da1ffeb047805ffea8 (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
31
32
33
34
35
36
37
{
  "name": "ESP32 64x32 LED MATRIX HUB75 DMA Display",
  "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/"
  },
  "version": "1.2.2",
  "frameworks": "arduino",
  "platforms": "esp32",
  "examples": [
    "examples/AnimatedGIFPanel/*.ino",
    "examples/AnimatedGIFPanel/*.cpp",
    "examples/AnimatedGIFPanel/*.h",	
    "examples/AuroraDemo/*.ino",
    "examples/AuroraDemo/*.cpp",
    "examples/AuroraDemo/*.h",	
    "examples/BitmapIcons/*.ino",
    "examples/BitmapIcons/*.cpp",
    "examples/BitmapIcons/*.h",
	"examples/Buffer_Swap_Test/*.ino",
	"examples/Buffer_Swap_Test/*.cpp",
	"examples/Buffer_Swap_Test/*.h",		
	"examples/ChainedPanels/*.ino",	
	"examples/PatternPlasma/*.ino",
	"examples/PatternPlasma/*.cpp",
	"examples/PatternPlasma/*.h",		
	"examples/testshapes_32x64/*.ino",
	"examples/testshapes_32x64/*.cpp",
	"examples/testshapes_32x64/*.h"	
  ]
}