Skip to content

Commit 89aa6df

Browse files
author
dave
committed
minor fix to both serial data senders
1 parent 5fd0679 commit 89aa6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_SSD1306_I2c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Adafruit_SSD1306_I2c : public Adafruit_SSD1306
5454
char buff[133];
5555

5656
auto rows = uint8_t(HEIGHT / 8);
57-
uint16_t col = 2;
57+
uint16_t col = 0;
5858
for(uint8_t row=0; row < rows; row++) {
5959
// for each row we go into command mode and send the new row offset, SH1106 cannot do this
6060
// automatically, so we need to do it and it's compatible with SSD1306 too.

0 commit comments

Comments
 (0)