We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2ea1c commit 620bfe3Copy full SHA for 620bfe3
src/boardSelect.h
@@ -33,6 +33,9 @@
33
#elif defined(ARDUINO_INKPLATECOLOR)
34
#define USE_COLOR_IMAGE
35
#include "boards/Inkplate6COLOR/Inkplate6COLORBoardFile.h"
36
+#elif defined(ARDUINO_INKPLATE2)
37
+#define USE_COLOR_IMAGE
38
+#include "boards/Inkplate2/Inkplate2BoardFile.h"
39
#else
40
#error "Board not selected!"
41
#endif
src/system/InkplateBoards.h
@@ -25,5 +25,7 @@
25
#include "boards/Inkplate6FLICK/Inkplate6FLICKDriver.h"
26
27
#include "boards/Inkplate6COLOR/Inkplate6COLORDriver.h"
28
29
+#include "boards/Inkplate2/Inkplate2Driver.h"
30
31
0 commit comments