Skip to content

Commit

Permalink
Update Floyd_Steinberg.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodmer committed Nov 2, 2020
1 parent 9cfc868 commit 975347d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ePaper/Floyd_Steinberg/Floyd_Steinberg.ino
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@

// The following is for the Waveshare 2.7" colour ePaper display
// include <epd?in?.h> where ?.?? is screen size in inches
//#include <epd2in7.h> // Screen specific library
#include <epd2in13.h>
#include <epd2in7.h> // Screen specific library
//#include <epd2in13.h>

Epd ePaper; // Create an instance ePaper

Expand Down

0 comments on commit 975347d

Please sign in to comment.