Started implementing UTF-8 encoding

This commit is contained in:
Lauchmelder23§ 2020-11-20 01:03:03 +00:00
parent 8babe57528
commit 85c9b6e01a
2 changed files with 44 additions and 4 deletions

View file

@ -6,9 +6,7 @@ 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);
sendChars(&screen, 4,
JAPANESE_KATAKANA_TO, JAPANESE_DAKUTEN, JAPANESE_KATAKANA_I, JAPANESE_KATAKANA_TSU
);
sendText(&screen, "カガ キギクグケゲコゴ");
resetPins(&screen);
return 0;