Skip to content

Commit be9a583

Browse files
committed
fix of Inkplate 5 not compiling examples
1 parent 6e8b00f commit be9a583

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/boards/Inkplate5.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ bool Inkplate::begin(void)
3838
Wire.begin();
3939

4040
#ifndef ARDUINO_INKPLATECOLOR
41-
setDisplayMode(_mode);
4241
for (uint32_t i = 0; i < 256; ++i)
4342
pinLUT[i] = ((i & B00000011) << 4) | (((i & B00001100) >> 2) << 18) | (((i & B00010000) >> 4) << 23) |
4443
(((i & B11100000) >> 5) << 25);

0 commit comments

Comments
 (0)