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 6e8b00f commit be9a583Copy full SHA for be9a583
src/boards/Inkplate5.cpp
@@ -38,7 +38,6 @@ bool Inkplate::begin(void)
38
Wire.begin();
39
40
#ifndef ARDUINO_INKPLATECOLOR
41
- setDisplayMode(_mode);
42
for (uint32_t i = 0; i < 256; ++i)
43
pinLUT[i] = ((i & B00000011) << 4) | (((i & B00001100) >> 2) << 18) | (((i & B00010000) >> 4) << 23) |
44
(((i & B11100000) >> 5) << 25);
0 commit comments