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
e8a00240
Unverified
Commit
e8a00240
authored
Jan 25, 2019
by
Bodmer
Committed by
GitHub
Jan 25, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issue #295
parent
11ef56d4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
TFT_eSPI.cpp
TFT_eSPI.cpp
+8
-8
No files found.
TFT_eSPI.cpp
View file @
e8a00240
...
@@ -2927,10 +2927,10 @@ void TFT_eSPI::readAddrWindow(int32_t xs, int32_t ys, int32_t w, int32_t h)
...
@@ -2927,10 +2927,10 @@ void TFT_eSPI::readAddrWindow(int32_t xs, int32_t ys, int32_t w, int32_t h)
addr_row
=
0xFFFF
;
addr_row
=
0xFFFF
;
#ifdef CGRAM_OFFSET
#ifdef CGRAM_OFFSET
xs
+=
colstart
;
xs
+=
colstart
;
xe
+=
colstart
;
xe
+=
colstart
;
ys
+=
rowstart
;
ys
+=
rowstart
;
ye
+=
rowstart
;
ye
+=
rowstart
;
#endif
#endif
// Column addr set
// Column addr set
...
@@ -2996,10 +2996,10 @@ void TFT_eSPI::readAddrWindow(int32_t xs, int32_t ys, int32_t w, int32_t h)
...
@@ -2996,10 +2996,10 @@ void TFT_eSPI::readAddrWindow(int32_t xs, int32_t ys, int32_t w, int32_t h)
addr_row
=
0xFFFF
;
addr_row
=
0xFFFF
;
#ifdef CGRAM_OFFSET
#ifdef CGRAM_OFFSET
x0
+=
colstart
;
xs
+=
colstart
;
x1
+=
colstart
;
xe
+=
colstart
;
y0
+=
rowstart
;
ys
+=
rowstart
;
y1
+=
rowstart
;
ye
+=
rowstart
;
#endif
#endif
// Column addr set
// Column addr set
...
...
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