From 5d4de9e0ee0b19ff44b8d1ce6210edcf6eaa8cdb Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 15 May 2013 18:02:07 +0200 Subject: TDISP fixes --- src/tdisp/tdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tdisp/tdisp.c b/src/tdisp/tdisp.c index dadffc68..a5608acf 100644 --- a/src/tdisp/tdisp.c +++ b/src/tdisp/tdisp.c @@ -96,7 +96,7 @@ void tdispDrawString(char *s) { void tdispDrawStringLocation(coord_t col, coord_t row, char *s) { tdispSetCursor(col, row); - tdispSDrawString(s); + tdispDrawString(s); } void tdispControl(uint16_t what, void *value) { -- cgit v1.2.3