Unverified Commit 1b5ffe41 authored by Bodmer's avatar Bodmer Committed by GitHub

Fn changed

parent fbb07be7
......@@ -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);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment