TDISP fixes
This commit is contained in:
parent
11a71cb080
commit
5d4de9e0ee
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue