Skip to content

Commit 2db0bde

Browse files
committed
Since the Arduino GIF is white, we may just as well configure for white background from the start.
1 parent 1a3af7c commit 2db0bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Braccio.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ bool BraccioClass::begin(voidFuncPtr customMenu) {
116116

117117
gfx.init();
118118
gfx.setRotation(4);
119-
gfx.fillScreen(TFT_BLACK);
119+
gfx.fillScreen(TFT_WHITE);
120120
gfx.setAddrWindow(0, 0, 240, 240);
121121
gfx.setFreeFont(&FreeSans18pt7b);
122122

0 commit comments

Comments
 (0)