Update EPD_Support.h
This commit is contained in:
parent
f96c42253c
commit
5f272751f7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue