Update EPD_Support.h

This commit is contained in:
Bodmer 2020-11-02 22:42:17 +00:00 committed by GitHub
parent f96c42253c
commit 5f272751f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -95,8 +95,8 @@
ePaper.DisplayFrame(blackFrame); // Update 2 color display
#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
# error "Selected ePaper library is not supported"
#endif