diff --git a/src/SSD1306.cpp b/src/SSD1306.cpp index 3cb61f3..8f20f1a 100644 --- a/src/SSD1306.cpp +++ b/src/SSD1306.cpp @@ -139,7 +139,7 @@ void SSD1306::RefreshScreen() void SSD1306::RefreshRows(u32 start, u32 amountOfRows) { - int i; + unsigned int i; start <<= 1; amountOfRows <<= 1;