Skip to content

Commit 0f6883a

Browse files
committed
Added library manifests
1 parent 157eaec commit 0f6883a

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

library.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "TCM2lib",
3+
"keywords": "e-ink,display,graphics,tcm2,spi",
4+
"description": "Arduino library for the MPico TCM2 E-Ink timings module",
5+
"authors":
6+
{
7+
"name": "OXullo Intersecans",
8+
"email": "x@brainrapers.org",
9+
"url": "https://github.com/oxullo/",
10+
"maintainer": true
11+
},
12+
"repository":
13+
{
14+
"type": "git",
15+
"url": "https://github.com/oxullo/Arduino-TCM2"
16+
},
17+
"version": "1.0.0",
18+
"frameworks": "arduino",
19+
"platforms": ["atmelavr", "atmelsam"]
20+
}

library.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=TCM2lib
2+
version=1.0.0
3+
author=OXullo Intersecans <x@brainrapers.org>
4+
maintainer=OXullo Intersecans <x@brainrapers.org>
5+
sentence=Arduino library for the MPico TCM2 E-Ink timings module
6+
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
7+
category=Display
8+
url=https://github.com/oxullo/Arduino-TCM2
9+
architectures=*

0 commit comments

Comments
 (0)