From 301bd6acf5a88c5bebc9e3f227fd0bc0954a9614 Mon Sep 17 00:00:00 2001 From: JP Date: Sat, 4 Oct 2014 14:00:42 +1000 Subject: [PATCH] added history to newly commited code --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 29aa1fe..94d1026 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,14 @@ void loop() { ## History +**v1.22b: 4th October 2014 by Scott Allen and Ben Lewis** +* replaced circleFill() with a faster algorithm, better looking circle - Ben Lewis +* replaced sprintf with dedicated code, reduced program size - Scott Allen +* added getValLen method for widgets to return length of current value - Scott Allen +* initialised widget with minimum value instead of 0 - Scott Allen +* added getValLen and getMaxValLen keywords +* modified MicroViewDemo example to use getValLen method - Scott Allen + **v1.21b: 22nd September 2014 by Esmit Pérez and Scott Allen** * re-factored code if/else with switch - Esmit Pérez * simplified draw() to remove redundant code - Esmit Pérez