Added utf8 encoding for katakan
This commit is contained in:
parent
85c9b6e01a
commit
19dc5c00b4
2 changed files with 93 additions and 26 deletions
|
@ -6,7 +6,9 @@ int main(void)
|
|||
configurePins(&screen, 7, 9, 8, 0, 0, 0, 0, 21, 22, 23, 24);
|
||||
|
||||
initScreen(&screen, HALF_BYTE_INTERFACE, TWO_LINES, FONT_5x7, CURSOR_ON | CURSOR_BLINK, LEFT_TO_RIGHT);
|
||||
sendText(&screen, "カガ キギクグケゲコゴ");
|
||||
sendText(&screen, "スウェーデン");
|
||||
sendCommand(&screen, DDRAM_AD_SET | 0x40);
|
||||
sendText(&screen, "オーストラリア");
|
||||
resetPins(&screen);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue