Skip to content

Commit

Permalink
display font size correction
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Mar 3, 2025
1 parent 44d9732 commit 37162b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ void displayShow(const String& header, const String& line1, const String& line2,
display.setTextSize(2);
display.setCursor(0, 0);
display.println(header);
display.setTextSize(1);
for (int i = 0; i < 6; i++) {
display.setCursor(0, 16 + (8 * i));
display.println(*lines[i]);
Expand Down

0 comments on commit 37162b9

Please sign in to comment.