aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-01-10 15:03:34 +0100
committerJoel Bodenmann <joel@unormal.org>2013-01-10 15:03:34 +0100
commit77a93bb43d373a59df9da29053b9e64b4b3cf474 (patch)
tree037e8a4f6e8757f2a75d64a62f8725de94085f69 /include
parentd5e7afe756fe4c19dd9360baed23599b268709af (diff)
downloaduGFX-77a93bb43d373a59df9da29053b9e64b4b3cf474.tar.gz
uGFX-77a93bb43d373a59df9da29053b9e64b4b3cf474.tar.bz2
uGFX-77a93bb43d373a59df9da29053b9e64b4b3cf474.zip
TDISP update
Diffstat (limited to 'include')
-rw-r--r--include/tdisp/tdisp.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/tdisp/tdisp.h b/include/tdisp/tdisp.h
index aa577f88..619a6bab 100644
--- a/include/tdisp/tdisp.h
+++ b/include/tdisp/tdisp.h
@@ -41,6 +41,13 @@
/* Include the low level driver information */
#include "tdisp/lld/tdisp_lld.h"
+#ifndef TDISP_ROWS
+ #define TDISP_ROWS 2
+#endif
+#ifndef TDISP_COLUMNS
+ #define TDISP_COLUMNS 16
+#endif
+
#ifndef TDISP_NEED_4BIT_MODE
#define TDISP_NEED_4BIT_MODE FALSE
#endif