-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "TCM2lib", | ||
"keywords": "e-ink,display,graphics,tcm2,spi", | ||
"description": "Arduino library for the MPico TCM2 E-Ink timings module", | ||
"authors": | ||
{ | ||
"name": "OXullo Intersecans", | ||
"email": "[email protected]", | ||
"url": "https://github.com/oxullo/", | ||
"maintainer": true | ||
}, | ||
"repository": | ||
{ | ||
"type": "git", | ||
"url": "https://github.com/oxullo/Arduino-TCM2" | ||
}, | ||
"version": "1.0.0", | ||
"frameworks": "arduino", | ||
"platforms": ["atmelavr", "atmelsam"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
name=TCM2lib | ||
version=1.0.0 | ||
author=OXullo Intersecans <[email protected]> | ||
maintainer=OXullo Intersecans <[email protected]> | ||
sentence=Arduino library for the MPico TCM2 E-Ink timings module | ||
paragraph=This library can be used in conjunction with a Pervasive Displays S1441CS121 4.41" E-Ink kit and provides a graphic to EPD format converting tool | ||
category=Display | ||
url=https://github.com/oxullo/Arduino-TCM2 | ||
architectures=* |