Update EPD_Support.h

This commit is contained in:
Bodmer
2020-11-02 23:15:10 +00:00
committed by GitHub
parent 5f272751f7
commit 7eb365fcf5

View File

@@ -96,7 +96,6 @@
#elif defined (EPD1IN54_H) || defined(EPD2IN13_H) || defined(EPD2IN9_H)
ePaper.SetFrameMemory(blackFrame);
ePaper.DisplayFrame(blackFrame); // Update 2 color display
#else
# error "Selected ePaper library is not supported"
#endif