Skip to content

Commit cda742e

Browse files
committed
Correct the color definition error
1 parent 3db9232 commit cda742e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphics/Screen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2722,7 +2722,7 @@ void DebugInfo::drawFrameSettings(OLEDDisplay *display, OLEDDisplayUiState *stat
27222722
if (config.display.heading_bold)
27232723
display->drawString(x - 1 + SCREEN_WIDTH - display->getStringWidth(uptime.c_str()), y, uptime.c_str());
27242724

2725-
display->setColor(WHITE);
2725+
display->setColor(OLED_WHITE);
27262726

27272727
// Setup string to assemble analogClock string
27282728
std::string analogClock = "";

0 commit comments

Comments
 (0)