aboutsummaryrefslogtreecommitdiffstats
path: root/include/tdisp/tdisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tdisp/tdisp.h')
-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