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 e65d88e commit c0e6a0aCopy full SHA for c0e6a0a
src/boards/Inkplate2/Inkplate2Driver.cpp
@@ -28,7 +28,7 @@ void EPDDriver::writePixelInternal(int16_t x0, int16_t y0, uint16_t color)
28
if (color > 2)
29
return;
30
31
- switch (_inkplate->getRotation()) // FIXED
+ switch (_inkplate->getRotation())
32
{
33
case 3:
34
_swap_int16_t(x0, y0);
0 commit comments