TDISP fixes

ugfx_release_2.6
Joel Bodenmann 2013-05-15 18:02:07 +02:00
parent 11a71cb080
commit 5d4de9e0ee
1 changed files with 1 additions and 1 deletions

View File

@ -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) {