Fix typo in fillScreen() C++ equivalent code

This commit is contained in:
Scott Allen 2021-06-05 07:37:01 -04:00
parent ab4df7c77a
commit 36cbdc734c
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@ void Arduboy2Base::fillScreen(uint8_t color)
// { // {
// color = 0xFF; // all pixels on // 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; // sBuffer[i] = color;
// } // }