From 2a7b01cfbc23058b33aab539960039dc443bb5b2 Mon Sep 17 00:00:00 2001 From: JP Liew Date: Sun, 29 Mar 2015 09:28:33 +1100 Subject: [PATCH] updated History --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 94d1026..2624404 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,9 @@ void loop() { ## History +**v1.23b: 29th March 2015 by Scott Allen +* added overloaded setValue() function to add a boolean argument doDraw which controls whether the display buffer is updated. + **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