From 1a05e4a89ad7351e81da0e4dd152a7375a457884 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 16 Jan 2013 15:20:47 +0100 Subject: some more TDISP cleanup --- src/tdisp/tdisp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tdisp') diff --git a/src/tdisp/tdisp.c b/src/tdisp/tdisp.c index a7e0745d..8a2c501a 100644 --- a/src/tdisp/tdisp.c +++ b/src/tdisp/tdisp.c @@ -71,11 +71,11 @@ void tdispSetAttributes(uint8_t attributes) { } void tdispClear(void) { - tdisp_lld_write_cmd(0x01); + tdisp_lld_clear(); } void tdispHome(void) { - tdisp_lld_write_cmd(0x02); + tdisp_lld_home(); } void tdispCreateChar(uint8_t address, char *charmap) { -- cgit v1.2.3