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 5fd0679 commit 89aa6dfCopy full SHA for 89aa6df
Adafruit_SSD1306_I2c.h
@@ -54,7 +54,7 @@ class Adafruit_SSD1306_I2c : public Adafruit_SSD1306
54
char buff[133];
55
56
auto rows = uint8_t(HEIGHT / 8);
57
- uint16_t col = 2;
+ uint16_t col = 0;
58
for(uint8_t row=0; row < rows; row++) {
59
// for each row we go into command mode and send the new row offset, SH1106 cannot do this
60
// automatically, so we need to do it and it's compatible with SSD1306 too.
0 commit comments