Skip to content

Commit

Permalink
Increase line len and make multiple of 26
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Borrill committed Dec 15, 2018
1 parent 1fe1a70 commit 79bd684
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.piolibdeps
.clang_complete
.gcc-flags.json
.vscode
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
const int BUTTON_PIN = 9;
const int LED_PIN = 17;

const int CHARS_PER_LINE = 50;
const int CHAR_DELAY_MS = 50;
const int CHARS_PER_LINE = 104;
const int CHAR_DELAY_MS = 10;
const int CHAR_A = 97;
const int CHAR_Z = 122;

Expand Down

0 comments on commit 79bd684

Please sign in to comment.