From: Mark Qvist Date: Sat, 20 Apr 2024 19:21:03 +0000 (+0200) Subject: Changed default Heltec v3 display orientation X-Git-Url: https://git.tnoah.ca/?a=commitdiff_plain;h=93ed701f1fffeecfd5f456a55688d821c38b0c13;p=lora-radio.git Changed default Heltec v3 display orientation --- diff --git a/Display.h b/Display.h index 695fa90..1420167 100644 --- a/Display.h +++ b/Display.h @@ -169,9 +169,9 @@ bool display_init() { #elif BOARD_MODEL == BOARD_HELTEC32_V3 disp_mode = DISP_MODE_PORTRAIT; // Antenna conx up - //display.setRotation(1); + display.setRotation(1); // USB-C up - display.setRotation(3); + // display.setRotation(3); #else disp_mode = DISP_MODE_PORTRAIT; display.setRotation(3);