Skip to content

Commit

Permalink
bit more comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BartDeWaal committed Sep 2, 2013
1 parent f03be69 commit 5a9d904
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chessclock/chessclock.ino
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ void setup() {
mySmiley.width=7;


mainScreen.addString(&mySmiley,155); //We have to pass the address of mySmiley
mainScreen.addString(&mySmiley,155); //We have to pass the address of mySmiley, not mySmiley itself

mainScreen.update();
}
Expand All @@ -41,7 +41,6 @@ void loop()
if (millis()>10000){
changeThisString -> set("More then ever");
mainScreen.update(); // if you don't update no new output buffer is calculated

}
}

0 comments on commit 5a9d904

Please sign in to comment.