Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TFT_eSPI
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
TFT_eSPI
Commits
1b5ffe41
Unverified
Commit
1b5ffe41
authored
Nov 15, 2017
by
Bodmer
Committed by
GitHub
Nov 15, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fn changed
parent
fbb07be7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/Sprite/Sprite_TFT_Rainbow/Sprite_TFT_Rainbow.ino
examples/Sprite/Sprite_TFT_Rainbow/Sprite_TFT_Rainbow.ino
+1
-1
No files found.
examples/Sprite/Sprite_TFT_Rainbow/Sprite_TFT_Rainbow.ino
View file @
1b5ffe41
...
...
@@ -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
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment