We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d61f570 + fb4ba47 commit b556e5cCopy full SHA for b556e5c
src/LcdScreen.cpp
@@ -48,6 +48,9 @@ void LcdScreen::begin() {
48
#if !defined(ARDUINO_AVR_ROBOT_CONTROL)
49
setRotation(1);
50
#endif
51
+ background(backgroundColor); // Without this backgroundColor is random pixels?
52
+ stroke(strokeColor); // Without this strokeColor is white?
53
+ //fill(fillColor); // Maybe not needed?
54
}
55
56
// Arduino Robot library compatibility.
0 commit comments