Skip to content

Commit

Permalink
Update draw_temperature_change.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralim committed Jul 23, 2024
1 parent d794863 commit 0960036
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#ifdef OLED_128x32
void ui_draw_temperature_change(void) {

OLED::setCursor(0, 0);
OLED::setCursor(8, 8);
if (OLED::getRotation()) {
OLED::print(getSettingValue(SettingsOptions::ReverseButtonTempChangeEnabled) ? LargeSymbolPlus : LargeSymbolMinus, FontStyle::LARGE);
} else {
Expand Down

0 comments on commit 0960036

Please sign in to comment.