Skip to content

Commit

Permalink
fix font in show_menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jmamma committed Oct 23, 2024
1 parent 3809a8d commit 69e5aef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions avr/cores/megacommand/MCL/PerfPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ void PerfPage::loop() {
}

void PerfPage::display() {
oled_display.setFont(&TomThumb);
if (show_menu) {
constexpr uint8_t width = 52;
oled_display.fillRect(128 - width - 2, 0, width + 2, 32, BLACK);
Expand Down

0 comments on commit 69e5aef

Please sign in to comment.