mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-27 10:21:40 +00:00
Update to work with my font size change
This commit is contained in:
parent
d9dcb33576
commit
05ca3c3d56
@ -1100,7 +1100,8 @@ void DebugInfo::drawFrameSettings(OLEDDisplay *display, OLEDDisplayUiState *stat
|
|||||||
|
|
||||||
#ifndef NO_ESP32
|
#ifndef NO_ESP32
|
||||||
// Show CPU Frequency.
|
// Show CPU Frequency.
|
||||||
display->drawString(x + SCREEN_WIDTH - display->getStringWidth("CPU " + String(getCpuFrequencyMhz()) + "MHz"), y + FONT_HEIGHT * 1,
|
display->drawString(x + SCREEN_WIDTH - display->getStringWidth("CPU " + String(getCpuFrequencyMhz()) + "MHz"),
|
||||||
|
y + FONT_HEIGHT_SMALL * 1,
|
||||||
"CPU " + String(getCpuFrequencyMhz()) + "MHz");
|
"CPU " + String(getCpuFrequencyMhz()) + "MHz");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user