We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06ec29d + b2168e6 commit f2b262bCopy full SHA for f2b262b
src/ArduinoGraphics.cpp
@@ -83,7 +83,7 @@ void ArduinoGraphics::clear()
83
{
84
for (int x = 0; x < _width; x++) {
85
for (int y = 0; y < _height; y++) {
86
- set(x, y, _backgroundR, _backgroundB, _backgroundG);
+ set(x, y, _backgroundR, _backgroundG, _backgroundB);
87
}
88
89
0 commit comments