aboutsummaryrefslogtreecommitdiffstats
path: root/glcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'glcd.h')
-rw-r--r--glcd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/glcd.h b/glcd.h
index 5fc6aa9b..b9485812 100644
--- a/glcd.h
+++ b/glcd.h
@@ -4,8 +4,8 @@
#include <ch.h> // types
#include <hal.h>
-#define SCREEN_WIDTH 320
-#define SCREEN_HEIGHT 240
+#define SCREEN_WIDTH 240
+#define SCREEN_HEIGHT 320
#define PORTRAIT (lcdGetOrientation() == portrait || lcdGetOrientation() == portraitInv)
#define LANDSCAPE (lcdGetOrientation() == landscape || lcdGetOrientation() == landscapeInv)