From 749223b964cbad9cf0530dbae7c33c3158a5a5e5 Mon Sep 17 00:00:00 2001 From: Jason von Nieda Date: Sat, 4 Jun 2016 15:34:00 -0700 Subject: [PATCH] Add a library.properties file so this library can be included in the Arduino package manager. --- library.properties | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 library.properties diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..27d1f0c --- /dev/null +++ b/library.properties @@ -0,0 +1,9 @@ +name=ScreenUi +version=1.1.0 +author=Jason von Nieda +maintainer=Jason von Nieda +sentence=ScreenUi is a simple user interface library for character based LCDs like those commonly used with Arduinos. +paragraph=It provides common user interface components such as labels, checkboxes, text fields, scrollable regions, spinners and buttons. +category=Display +url=https://github.com/vonnieda/ScreenUi +architectures=* \ No newline at end of file