diff options
| author | Zach DeCook <zachdecook@librem.one> | 2023-07-07 07:41:00 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2023-07-07 07:41:12 -0400 |
| commit | 4e263c9a4c2ee090acc8a14af8257748c6659bad (patch) | |
| tree | 4ad967bd06dd3f4fd222b9decfcf2adee1a64a80 /HexBoard_V1.1.ino | |
| parent | b6741bac65a0c4f44aaffad2375a3502e324a384 (diff) | |
| download | HexBoard-4e263c9a4c2ee090acc8a14af8257748c6659bad.tar.gz | |
Display: Speed up
(This is significant for model 2)
Diffstat (limited to 'HexBoard_V1.1.ino')
| -rw-r--r-- | HexBoard_V1.1.ino | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/HexBoard_V1.1.ino b/HexBoard_V1.1.ino index 3a6b9f2..f765bff 100644 --- a/HexBoard_V1.1.ino +++ b/HexBoard_V1.1.ino @@ -453,7 +453,8 @@ void setup() { selectedScale = chromaticScale; // Set default scale setLayoutLEDs(); - u8g2.begin(); //Menu and graphics setup + u8g2.begin(); //Menu and graphics setup + u8g2.setBusClock(1000000); // Speed up display u8g2.setContrast(stripBrightness / 2); menu.setSplashDelay(0); menu.init(); |
