Added setCursor command

This commit is contained in:
Lauchmelder23 2020-11-20 12:37:20 +00:00
parent 19dc5c00b4
commit 3ce7ba3bb8
3 changed files with 14 additions and 6 deletions

View file

@ -7,7 +7,7 @@ int main(void)
initScreen(&screen, HALF_BYTE_INTERFACE, TWO_LINES, FONT_5x7, CURSOR_ON | CURSOR_BLINK, LEFT_TO_RIGHT);
sendText(&screen, "スウェーデン");
sendCommand(&screen, DDRAM_AD_SET | 0x40);
setCursor(&screen, 0, 1);
sendText(&screen, "オーストラリア");
resetPins(&screen);