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
3b39bf10
Commit
3b39bf10
authored
Dec 01, 2020
by
Bodmer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #846
parent
4bb3712a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
TFT_eSPI.cpp
TFT_eSPI.cpp
+0
-5
No files found.
TFT_eSPI.cpp
View file @
3b39bf10
...
@@ -902,11 +902,6 @@ uint16_t TFT_eSPI::readPixel(int32_t x0, int32_t y0)
...
@@ -902,11 +902,6 @@ uint16_t TFT_eSPI::readPixel(int32_t x0, int32_t y0)
// Range checking
// Range checking
if
((
x0
<
_vpX
)
||
(
y0
<
_vpY
)
||
(
x0
>=
_vpW
)
||
(
y0
>=
_vpH
))
return
0
;
if
((
x0
<
_vpX
)
||
(
y0
<
_vpY
)
||
(
x0
>=
_vpW
)
||
(
y0
>=
_vpH
))
return
0
;
#ifdef CGRAM_OFFSET
x0
+=
colstart
;
y0
+=
rowstart
;
#endif
#if defined(TFT_PARALLEL_8_BIT)
#if defined(TFT_PARALLEL_8_BIT)
CS_L
;
CS_L
;
...
...
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