Skip to content

Commit

Permalink
Update hello.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
sqfmi committed Nov 25, 2019
1 parent 7e92488 commit 58268b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/hello/hello.ino
@@ -1,9 +1,9 @@
/* e-paper display lib */
#include <GxEPD.h>
//Use the GxGDEW029T5 class if you have Badgy Rev 2C. Make sure you are on GxEPD 3.05 or above
//#include <GxGDEW029T5/GxGDEW029T5.h>
//#include <GxGDEW029Z10/GxGDEW029Z10.h> // 2.9" b/w/r displays
#include <GxGDEH029A1/GxGDEH029A1.h>
#include <GxGDEW029T5/GxGDEW029T5.h>
//Use the GxGDEH029A1 class if you have anything older
//#include <GxGDEH029A1/GxGDEH029A1.h>
#include <GxIO/GxIO_SPI/GxIO_SPI.h>
#include <GxIO/GxIO.h>
/* include any other fonts you want to use https://github.com/adafruit/Adafruit-GFX-Library */
Expand Down

0 comments on commit 58268b1

Please sign in to comment.