From 4e263c9a4c2ee090acc8a14af8257748c6659bad Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Fri, 7 Jul 2023 07:41:00 -0400 Subject: Display: Speed up (This is significant for model 2) --- HexBoard_V1.1.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); -- cgit 1.4.1