Firmware for HexBoard MIDI controller
| -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(); |