Update library.json

This commit is contained in:
mrfaptastic 2023-01-01 19:19:30 +00:00
parent e1e2991076
commit 765d99ea63

View file

@ -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",