From b3fedc8b80bed89957c02eedfb5af336a8399a4e Mon Sep 17 00:00:00 2001 From: Tectu Date: Wed, 20 Jun 2012 00:03:35 +0200 Subject: moved SCREEN_HEIGHT and SCREEN_WIDTH macros to glcdconf.h --- glcd.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'glcd.h') diff --git a/glcd.h b/glcd.h index 222a7eb2..29f92f68 100644 --- a/glcd.h +++ b/glcd.h @@ -7,9 +7,6 @@ #include "ssd1289_lld.h" #include "s6d1121_lld.h" -#define SCREEN_WIDTH 240 -#define SCREEN_HEIGHT 320 - #define PORTRAIT (lcdGetOrientation() == portrait || lcdGetOrientation() == portraitInv) #define LANDSCAPE (lcdGetOrientation() == landscape || lcdGetOrientation() == landscapeInv) -- cgit v1.2.3