diff options
author | Tectu <joel@unormal.org> | 2012-06-20 00:03:35 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-20 00:03:35 +0200 |
commit | b3fedc8b80bed89957c02eedfb5af336a8399a4e (patch) | |
tree | 8ca3a29821c57423264c8b04a33cf662b639994d /glcd.h | |
parent | 38b5410f2d47b327762a62a87fea477d172e7868 (diff) | |
download | uGFX-b3fedc8b80bed89957c02eedfb5af336a8399a4e.tar.gz uGFX-b3fedc8b80bed89957c02eedfb5af336a8399a4e.tar.bz2 uGFX-b3fedc8b80bed89957c02eedfb5af336a8399a4e.zip |
moved SCREEN_HEIGHT and SCREEN_WIDTH macros to glcdconf.h
Diffstat (limited to 'glcd.h')
-rw-r--r-- | glcd.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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) |