Update library.json
This commit is contained in:
parent
e1e2991076
commit
765d99ea63
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
"url": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA.git"
|
"url": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA.git"
|
||||||
},
|
},
|
||||||
"authors": {
|
"authors": {
|
||||||
"name": "Faptastic",
|
"name": "Mr Faptastic",
|
||||||
"url": "https://github.com/mrfaptastic/"
|
"url": "https://github.com/mrfaptastic/"
|
||||||
},
|
},
|
||||||
"frameworks": [
|
"frameworks": [
|
||||||
|
@ -18,6 +18,9 @@
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"espressif32"
|
"espressif32"
|
||||||
],
|
],
|
||||||
|
"headers": [
|
||||||
|
"ESP32-HUB75-MatrixPanel-I2S-DMA.h", "ESP32-VirtualMatrixPanel-I2S-DMA.h"
|
||||||
|
],
|
||||||
"examples": [
|
"examples": [
|
||||||
{
|
{
|
||||||
"name": "SimpleTestShapes",
|
"name": "SimpleTestShapes",
|
||||||
|
|
Loading…
Reference in a new issue