aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tdisp/tdisp.c4
1 files changed, 2 insertions, 2 deletions
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) {