Skip to content

Commit 620bfe3

Browse files
committed
Add Inkplate2 to inkplate board files
1 parent 2f2ea1c commit 620bfe3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/boardSelect.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
#elif defined(ARDUINO_INKPLATECOLOR)
3434
#define USE_COLOR_IMAGE
3535
#include "boards/Inkplate6COLOR/Inkplate6COLORBoardFile.h"
36+
#elif defined(ARDUINO_INKPLATE2)
37+
#define USE_COLOR_IMAGE
38+
#include "boards/Inkplate2/Inkplate2BoardFile.h"
3639
#else
3740
#error "Board not selected!"
3841
#endif

src/system/InkplateBoards.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,7 @@
2525
#include "boards/Inkplate6FLICK/Inkplate6FLICKDriver.h"
2626
#elif defined(ARDUINO_INKPLATECOLOR)
2727
#include "boards/Inkplate6COLOR/Inkplate6COLORDriver.h"
28+
#elif defined(ARDUINO_INKPLATE2)
29+
#include "boards/Inkplate2/Inkplate2Driver.h"
2830
#endif
2931
#endif

0 commit comments

Comments
 (0)