From: liamcottle Date: Sat, 5 Oct 2024 06:09:57 +0000 (+1300) Subject: set display mode to landscape X-Git-Url: https://git.tnoah.ca/?a=commitdiff_plain;h=940262e2c6835aaa2273a0c367fd5ed50c356fc5;p=lora-radio.git set display mode to landscape --- diff --git a/Display.h b/Display.h index 9817ab7..dbb333d 100644 --- a/Display.h +++ b/Display.h @@ -263,8 +263,8 @@ bool display_init() { disp_mode = DISP_MODE_PORTRAIT; display.setRotation(1); #elif BOARD_MODEL == BOARD_RAK4631 - disp_mode = DISP_MODE_PORTRAIT; - display.setRotation(1); + disp_mode = DISP_MODE_LANDSCAPE; + display.setRotation(0); #elif BOARD_MODEL == BOARD_TDECK disp_mode = DISP_MODE_PORTRAIT; display.setRotation(3);