File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,14 @@ void loop() {
92
92
</code ></pre >
93
93
94
94
## 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
+
95
103
** v1.21b: 22nd September 2014 by Esmit Pérez and Scott Allen**
96
104
* re-factored code if/else with switch - Esmit Pérez
97
105
* simplified draw() to remove redundant code - Esmit Pérez
You can’t perform that action at this time.
0 commit comments