Skip to content

Commit 301bd6a

Browse files
committed
added history to newly commited code
1 parent 80a0c70 commit 301bd6a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,14 @@ void loop() {
9292
</code></pre>
9393

9494
## History
95+
**v1.22b: 4th October 2014 by Scott Allen and Ben Lewis**
96+
* replaced circleFill() with a faster algorithm, better looking circle - Ben Lewis
97+
* replaced sprintf with dedicated code, reduced program size - Scott Allen
98+
* added getValLen method for widgets to return length of current value - Scott Allen
99+
* initialised widget with minimum value instead of 0 - Scott Allen
100+
* added getValLen and getMaxValLen keywords
101+
* modified MicroViewDemo example to use getValLen method - Scott Allen
102+
95103
**v1.21b: 22nd September 2014 by Esmit Pérez and Scott Allen**
96104
* re-factored code if/else with switch - Esmit Pérez
97105
* simplified draw() to remove redundant code - Esmit Pérez

0 commit comments

Comments
 (0)