Started implementing UTF-8 encoding
This commit is contained in:
parent
8babe57528
commit
85c9b6e01a
2 changed files with 44 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue