Update Screen.cpp

This commit is contained in:
HarukiToreda 2025-04-01 13:51:21 -04:00
parent c271515fb0
commit c693cd59a9

View File

@ -2080,7 +2080,6 @@ static void drawDistanceScreen(OLEDDisplay *display, OLEDDisplayUiState *state,
// *********************** // ***********************
void drawCommonHeader(OLEDDisplay *display, int16_t x, int16_t y) void drawCommonHeader(OLEDDisplay *display, int16_t x, int16_t y)
{ {
// Shift header down to avoid clipping on high-DPI screens
constexpr int HEADER_OFFSET_Y = 2; constexpr int HEADER_OFFSET_Y = 2;
y += HEADER_OFFSET_Y; y += HEADER_OFFSET_Y;