Added more high-level bindings
This commit is contained in:
parent
bda4affe9b
commit
5d0c458056
4 changed files with 55 additions and 11 deletions
|
@ -9,6 +9,10 @@ int main(void)
|
|||
sendText(&screen, "スウェーデン");
|
||||
setCursor(&screen, 0, 1);
|
||||
sendText(&screen, "オーストラリア");
|
||||
shiftScreen(&screen, RIGHT_SHIFT);
|
||||
shiftScreen(&screen, RIGHT_SHIFT);
|
||||
shiftScreen(&screen, RIGHT_SHIFT);
|
||||
setDisplaySettings(&screen, DISPLAY_ON, CURSOR_OFF, CURSOR_STATIC);
|
||||
resetPins(&screen);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue