Added utf8 encoding for katakan

This commit is contained in:
Lauchmelder23 2020-11-20 11:50:52 +00:00
parent 85c9b6e01a
commit 19dc5c00b4
2 changed files with 93 additions and 26 deletions

View file

@ -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;