From 5523b18da69d6dc913e6d81b8383c6c54a47c476 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Thu, 28 May 2026 12:06:48 +0100 Subject: [PATCH] turn the screen around so the thinest bezzel becomes the top --- src/displaySetup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/displaySetup.h b/src/displaySetup.h index 70be129..87cce53 100644 --- a/src/displaySetup.h +++ b/src/displaySetup.h @@ -10,7 +10,7 @@ #define PWM_FREQUENCY 5000 #define PWM_RESOLUTION 12 -#define SCREEN_ORIENTATION 2 +#define SCREEN_ORIENTATION 4 #define SCREEN_LANDSCAPE /* More display class: