Skip to content

Commit a621f5d

Browse files
committed
small naming change
1 parent 1676b67 commit a621f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Inkplate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
class Inkplate : public Graphics, public InkplateBoardClass, public NetworkController
3333
{
3434
public:
35-
#ifndef ARDUINO_INKPLATECOLOR
35+
#ifdef MULTIPLE_DISPLAY_MODES
3636
Inkplate(uint8_t mode);
3737
#else
3838
Inkplate();

0 commit comments

Comments
 (0)