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
66a21cb7
Commit
66a21cb7
authored
Feb 19, 2019
by
Bodmer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ESP8266 core library issue reported in #310
parent
13f0589a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
TFT_eSPI.cpp
TFT_eSPI.cpp
+3
-0
No files found.
TFT_eSPI.cpp
View file @
66a21cb7
...
@@ -2788,6 +2788,9 @@ void TFT_eSPI::setWindow(int32_t xs, int32_t ys, int32_t xe, int32_t ye)
...
@@ -2788,6 +2788,9 @@ void TFT_eSPI::setWindow(int32_t xs, int32_t ys, int32_t xe, int32_t ye)
DC_D
;
DC_D
;
// Re-instate SPI flags settings corrupted by SPI library writePattern() call
SPI1U
=
SPI1U_WRITE
;
//spi_end();
//spi_end();
}
}
...
...
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