Skip to content

Commit 52a0cde

Browse files
committed
Set font size to 1 before drawing text
1 parent 1fe3520 commit 52a0cde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ground_station/src/hmi/window.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,6 +1207,7 @@ void Window::initKeyboard(char *text, uint32_t maxLength) {
12071207
}
12081208
clearMainScreen();
12091209

1210+
display.setTextSize(1);
12101211
updateKeyboardText(text, BLACK);
12111212

12121213
display.setFont();

0 commit comments

Comments
 (0)