mirror of https://github.com/MLXXXp/Arduboy2.git
Fix typo in fillScreen() C++ equivalent code
This commit is contained in:
parent
ab4df7c77a
commit
36cbdc734c
|
@ -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;
|
||||||
// }
|
// }
|
||||||
|
|
Loading…
Reference in New Issue