diff --git a/src/main.cpp b/src/main.cpp index 27bc21e..cbb7281 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -240,7 +240,7 @@ bool fetchWeatherData() { int scrollPos = SCREEN_WIDTH; // Global variable to keep track of the scroll position unsigned long lastScrollTime = 0; // To control the scroll speed -const int scrollDelay = 75; // Delay in milliseconds between scroll updates +const int scrollDelay = 40; // Delay in milliseconds between scroll updates void displayWeatherData() { display.clearDisplay();