Skip to content

Commit

Permalink
Added info text
Browse files Browse the repository at this point in the history
  • Loading branch information
Abbin44 committed Aug 21, 2020
1 parent ed89128 commit e77557c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ int init()
textBuf = C2D_TextBufNew(256);

printf("\x1b[14;1HPress A to open keyboard.");
printf("\x1b[16;1HPress Start to exit.");
printf("\x1b[16;1HUse '/' to separate morse segments! Example(.--/-.-./---)");
printf("\x1b[12;1HPress Start to exit.");

return 0;
}
Expand Down

0 comments on commit e77557c

Please sign in to comment.