Skip to content

Commit 684a5dc

Browse files
committed
fixed Example 3
1 parent 8c12a66 commit 684a5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void setup() {
6262
}
6363

6464
void loop() {
65-
for(int i=0; i&lt=100;i++) {
65+
for(int i=0; i<=100;i++) {
6666
widget->setValue(i); // give a value to widget
6767
uView.display(); // display current page buffer
6868
}

0 commit comments

Comments
 (0)