mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-05 08:05:18 -04:00
Changed default Heltec v3 display orientation
This commit is contained in:
parent
cdbd1cd683
commit
93ed701f1f
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue