Added macros for special characters
This commit is contained in:
parent
fe98697ca4
commit
8babe57528
4 changed files with 113 additions and 8 deletions
|
@ -6,8 +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);
|
||||
sendData(&screen, JAPANESE_QUOTE_START);
|
||||
sendData(&screen, JAPANESE_QUOTE_END);
|
||||
sendChars(&screen, 4,
|
||||
JAPANESE_KATAKANA_TO, JAPANESE_DAKUTEN, JAPANESE_KATAKANA_I, JAPANESE_KATAKANA_TSU
|
||||
);
|
||||
resetPins(&screen);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue