diff --git a/src/Arduboy2.cpp b/src/Arduboy2.cpp index 2717f00..552828d 100644 --- a/src/Arduboy2.cpp +++ b/src/Arduboy2.cpp @@ -623,7 +623,7 @@ void Arduboy2Base::fillScreen(uint8_t color) // { // color = 0xFF; // all pixels on // } - // for (int16_t i = 0; i < WIDTH * HEIGTH / 8; i++) + // for (int16_t i = 0; i < WIDTH * HEIGHT / 8; i++) // { // sBuffer[i] = color; // }