From 0f6883a285894b249b73db06fb4de666e45e4eef Mon Sep 17 00:00:00 2001 From: OXullo Intersecans Date: Sat, 13 Aug 2016 00:25:09 +0200 Subject: [PATCH] Added library manifests --- library.json | 20 ++++++++++++++++++++ library.properties | 9 +++++++++ 2 files changed, 29 insertions(+) create mode 100644 library.json create mode 100644 library.properties diff --git a/library.json b/library.json new file mode 100644 index 0000000..75bd155 --- /dev/null +++ b/library.json @@ -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": "x@brainrapers.org", + "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"] +} diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..9ed587e --- /dev/null +++ b/library.properties @@ -0,0 +1,9 @@ +name=TCM2lib +version=1.0.0 +author=OXullo Intersecans +maintainer=OXullo Intersecans +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=*