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
6a42e4b1
Unverified
Commit
6a42e4b1
authored
Feb 10, 2019
by
Bodmer
Committed by
GitHub
Feb 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove debug lines to fix rendering part of #303
parent
b5a74a01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
TFT_eSPI.cpp
TFT_eSPI.cpp
+4
-6
No files found.
TFT_eSPI.cpp
View file @
6a42e4b1
...
...
@@ -4598,12 +4598,10 @@ int16_t TFT_eSPI::drawString(const char *string, int32_t poX, int32_t poY, uint8
}
else
#endif
Serial
.
print
(
"sumX="
);
while
(
*
string
)
{
sumX
+=
drawChar
(
*
(
string
++
),
poX
+
sumX
,
poY
,
font
);
Serial
.
print
(
sumX
);
}
Serial
.
println
();
{
while
(
*
string
)
sumX
+=
drawChar
(
*
(
string
++
),
poX
+
sumX
,
poY
,
font
);
}
//vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv DEBUG vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
// Switch on debugging for the padding areas
//#define PADDING_DEBUG
...
...
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