From 8cafee2c32c0961d0e1afeba4983109d6655a7c9 Mon Sep 17 00:00:00 2001 From: Tectu Date: Thu, 7 Jun 2012 01:08:12 +0200 Subject: touchpad does now work in all four modes --- glcd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'glcd.h') diff --git a/glcd.h b/glcd.h index 5fc6aa9b..b9485812 100644 --- a/glcd.h +++ b/glcd.h @@ -4,8 +4,8 @@ #include // types #include -#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) -- cgit v1.2.3