Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "MAX7219LedMatrix",
"version": "1.0.0",
"keywords": "max7219, led, display",
"description": "This library displays text and sets specific pixels on one or multiple 8x8 led matrices with a MAX7219 driver chip controlled through the SPI interface.",
"repository":
{
"type": "git",
"url": "https://github.com/squix78/MAX7219LedMatrix.git"
},
"frameworks": "arduino",
"platforms": "espressif8266"
}