From 7c85313fe0a53ce0b449f5086e36b627b2b94af3 Mon Sep 17 00:00:00 2001 From: Jason von Nieda Date: Thu, 28 Apr 2016 10:25:17 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c886867..f26007b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -# ScreenUi -Automatically exported from code.google.com/p/screenui +ScreenUi makes it easy to build simple or complex character based user interfaces on small LCD displays like those commonly used with Arduinos. It offers a suite of widgets that you can use to build a screen and a set of simple ways to get data to and from the widgets. ScreenUi incorporates focus management, scrolling, text editing, input and output all in one easy to use library. + +Here is a short Arduino sketch showing an example of how to use the library. Comments in the code explain how each piece works. ``` // A Sketch demonstrating ScreenUi using a 20x4 character LCD for output and