Fixed bug with font size

This commit is contained in:
Stefan Kremser
2018-10-16 11:54:22 +02:00
parent 82d4cf8c7e
commit 6bf882311b

View File

@@ -624,6 +624,8 @@ void DisplayUI::setupButtons() {
case DISPLAY_MODE::CLOCK: case DISPLAY_MODE::CLOCK:
mode = DISPLAY_MODE::MENU; mode = DISPLAY_MODE::MENU;
display.setFont(DejaVu_Sans_Mono_12);
display.setTextAlignment(TEXT_ALIGN_LEFT);
break; break;
} }
} }