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