Skip to content

Commit 2d6cf85

Browse files
committed
Add black/white color inverse define for Inkplate 2 and 6COLOR
1 parent 620bfe3 commit 2d6cf85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/system/defines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define INKPLATE10_WAVEFORM5 24
3232
#define INKPLATE6PLUS_WAVEFORM1 40
3333

34-
#ifndef ARDUINO_INKPLATECOLOR
34+
#if !defined(ARDUINO_INKPLATECOLOR) && !defined(ARDUINO_INKPLATE2)
3535
#define BLACK 1
3636
#define WHITE 0
3737
#else

0 commit comments

Comments
 (0)