aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tdisp/HD44780/tdisp_lld.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tdisp/HD44780/tdisp_lld.c')
-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) {