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
5f272751
Unverified
Commit
5f272751
authored
Nov 02, 2020
by
Bodmer
Committed by
GitHub
Nov 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update EPD_Support.h
parent
f96c4225
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/ePaper/Floyd_Steinberg/EPD_Support.h
examples/ePaper/Floyd_Steinberg/EPD_Support.h
+2
-2
No files found.
examples/ePaper/Floyd_Steinberg/EPD_Support.h
View file @
5f272751
...
@@ -95,8 +95,8 @@
...
@@ -95,8 +95,8 @@
ePaper
.
DisplayFrame
(
blackFrame
);
// Update 2 color display
ePaper
.
DisplayFrame
(
blackFrame
);
// Update 2 color display
#elif defined (EPD1IN54_H) || defined(EPD2IN13_H) || defined(EPD2IN9_H)
#elif defined (EPD1IN54_H) || defined(EPD2IN13_H) || defined(EPD2IN9_H)
ePaper
.
SetFrameMemory
(
blackFrame
);
// Update 2 colour display
ePaper
.
SetFrameMemory
(
blackFrame
);
ePaper
.
DisplayFrame
(
blackFrame
);
// Update 2 color display
#else
#else
# error "Selected ePaper library is not supported"
# error "Selected ePaper library is not supported"
#endif
#endif
...
...
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