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 5a33590 commit 5fd0679Copy full SHA for 5fd0679
Adafruit_SSD1306_Spi.h
@@ -58,7 +58,7 @@ class Adafruit_SSD1306_Spi : public Adafruit_SSD1306
58
void sendDisplayBuffer() override
59
{
60
auto rows = HEIGHT / 8;
61
- auto col = 2;
+ auto col = 0U;
62
for(uint8_t row=0; row < rows; row++) {
63
// for each row we go into command mode and send the new row offset, SH1106 cannot do this
64
// automatically, so we need to do it for it.
0 commit comments