TDISP update
This commit is contained in:
parent
1f1dd62687
commit
1e4cb14188
1 changed files with 3 additions and 1 deletions
|
@ -23,6 +23,8 @@
|
|||
#include "gfx.h"
|
||||
|
||||
int main(void) {
|
||||
char charmap[8];
|
||||
|
||||
halInit();
|
||||
chSysInit();
|
||||
|
||||
|
@ -33,7 +35,7 @@ int main(void) {
|
|||
tdispClear();
|
||||
|
||||
/* set cursor position and draw single characters */
|
||||
tdispGotoXY(4, 0);
|
||||
tdispSetCursor(4, 0);
|
||||
tdispDrawChar('H');
|
||||
tdispDrawChar('D');
|
||||
tdispDrawChar('4');
|
||||
|
|
Loading…
Add table
Reference in a new issue