aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tdisp
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 /drivers/tdisp
parentd5e7afe756fe4c19dd9360baed23599b268709af (diff)
downloaduGFX-77a93bb43d373a59df9da29053b9e64b4b3cf474.tar.gz
uGFX-77a93bb43d373a59df9da29053b9e64b4b3cf474.tar.bz2
uGFX-77a93bb43d373a59df9da29053b9e64b4b3cf474.zip
TDISP update
Diffstat (limited to 'drivers/tdisp')
-rw-r--r--drivers/tdisp/HD44780/tdisp_lld.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/tdisp/HD44780/tdisp_lld.c b/drivers/tdisp/HD44780/tdisp_lld.c
index 9644eaa8..2e152977 100644
--- a/drivers/tdisp/HD44780/tdisp_lld.c
+++ b/drivers/tdisp/HD44780/tdisp_lld.c
@@ -32,13 +32,6 @@
#if GFX_USE_TDISP /*|| defined(__DOXYGEN__)*/
-#ifndef TDISP_ROWS
- #define TDISP_ROWS 16
-#endif
-#ifndef TDISP_COLUMNS
- #define TDISP_COLUMNS 2
-#endif
-
#include "tdisp_lld_board_example.h"
static void _writeData(uint8_t data) {