Skip to content

Commit 5fd0679

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_SSD1306_Spi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Adafruit_SSD1306_Spi : public Adafruit_SSD1306
5858
void sendDisplayBuffer() override
5959
{
6060
auto rows = HEIGHT / 8;
61-
auto col = 2;
61+
auto col = 0U;
6262
for(uint8_t row=0; row < rows; row++) {
6363
// for each row we go into command mode and send the new row offset, SH1106 cannot do this
6464
// automatically, so we need to do it for it.

0 commit comments

Comments
 (0)