We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d61f570 commit fb4ba47Copy full SHA for fb4ba47
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