TDISP fixes
This commit is contained in:
parent
11a71cb080
commit
5d4de9e0ee
@ -96,7 +96,7 @@ void tdispDrawString(char *s) {
|
|||||||
|
|
||||||
void tdispDrawStringLocation(coord_t col, coord_t row, char *s) {
|
void tdispDrawStringLocation(coord_t col, coord_t row, char *s) {
|
||||||
tdispSetCursor(col, row);
|
tdispSetCursor(col, row);
|
||||||
tdispSDrawString(s);
|
tdispDrawString(s);
|
||||||
}
|
}
|
||||||
|
|
||||||
void tdispControl(uint16_t what, void *value) {
|
void tdispControl(uint16_t what, void *value) {
|
||||||
|
Loading…
Reference in New Issue
Block a user