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 1676b67 commit a621f5dCopy full SHA for a621f5d
src/Inkplate.h
@@ -32,7 +32,7 @@
32
class Inkplate : public Graphics, public InkplateBoardClass, public NetworkController
33
{
34
public:
35
- #ifndef ARDUINO_INKPLATECOLOR
+ #ifdef MULTIPLE_DISPLAY_MODES
36
Inkplate(uint8_t mode);
37
#else
38
Inkplate();
0 commit comments