Update Floyd_Steinberg.ino
This commit is contained in:
parent
9cfc86839f
commit
975347d5de
|
|
@ -37,8 +37,8 @@
|
||||||
|
|
||||||
// The following is for the Waveshare 2.7" colour ePaper display
|
// The following is for the Waveshare 2.7" colour ePaper display
|
||||||
// include <epd?in?.h> where ?.?? is screen size in inches
|
// include <epd?in?.h> where ?.?? is screen size in inches
|
||||||
//#include <epd2in7.h> // Screen specific library
|
#include <epd2in7.h> // Screen specific library
|
||||||
#include <epd2in13.h>
|
//#include <epd2in13.h>
|
||||||
|
|
||||||
Epd ePaper; // Create an instance ePaper
|
Epd ePaper; // Create an instance ePaper
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue