Fn changed

This commit is contained in:
Bodmer
2017-11-15 22:41:17 +00:00
committed by GitHub
parent fbb07be73b
commit 1b5ffe4189

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 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 img.drawString(" is pi", xpos, ypos, font); // Continue printing from new x position
tft.pushSprite(0, 0, IWIDTH, IHEIGHT, imgPtr); img.pushSprite(0, 0);
} }
} }