diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/tdisp/HD44780/tdisp_lld.c | 7 |
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) { |