Fn changed

This commit is contained in:
Bodmer 2017-11-15 22:41:17 +00:00 committed by GitHub
parent fbb07be73b
commit 1b5ffe4189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ void loop() {
xpos += img.drawFloat(pi, precision, xpos, ypos, font); // Draw rounded number and return new xpos delta for next print position
img.drawString(" is pi", xpos, ypos, font); // Continue printing from new x position
tft.pushSprite(0, 0, IWIDTH, IHEIGHT, imgPtr);
img.pushSprite(0, 0);
}
}