Changed default Heltec v3 display orientation

This commit is contained in:
Mark Qvist 2024-04-20 21:21:03 +02:00
parent cdbd1cd683
commit 93ed701f1f
1 changed files with 2 additions and 2 deletions

View File

@ -169,9 +169,9 @@ bool display_init() {
#elif BOARD_MODEL == BOARD_HELTEC32_V3 #elif BOARD_MODEL == BOARD_HELTEC32_V3
disp_mode = DISP_MODE_PORTRAIT; disp_mode = DISP_MODE_PORTRAIT;
// Antenna conx up // Antenna conx up
//display.setRotation(1); display.setRotation(1);
// USB-C up // USB-C up
display.setRotation(3); // display.setRotation(3);
#else #else
disp_mode = DISP_MODE_PORTRAIT; disp_mode = DISP_MODE_PORTRAIT;
display.setRotation(3); display.setRotation(3);