diff options
| author | theHDM <157935022+theHDM@users.noreply.github.com> | 2024-04-28 13:56:19 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2024-04-28 15:30:59 -0400 |
| commit | 9a3e11eb8879aa71e8e72d92991dead1f463ee83 (patch) | |
| tree | f6e959be899c1f95d4e54e3f4860686e1770d071 | |
| parent | 7d54f355cd25fc97521fc84bd99f312bb6ede60f (diff) | |
| download | HexBoard-9a3e11eb8879aa71e8e72d92991dead1f463ee83.tar.gz | |
typoes
typoes
| -rw-r--r-- | Hexperiment.ino | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Hexperiment.ino b/Hexperiment.ino index 38abbc5..0d361a6 100644 --- a/Hexperiment.ino +++ b/Hexperiment.ino @@ -141,7 +141,7 @@ #define VALUE_BLACK 0 #define VALUE_LOW 127 #define VALUE_SHADE 170 - #define VALUE_NORMAL 19 + #define VALUE_NORMAL 192 #define VALUE_FULL 255 // saturation ranges from 0..255 @@ -2030,4 +2030,4 @@ } void loop1() { // run on second core keepTrackOfRotaryKnobTurns(); - } \ No newline at end of file + } |
