ThingPulse / esp8266-weather-station

ESP8266 Weather Station library supporting OpenWeatherMap, Aeris and other sources
MIT License
1.06k stars 362 forks source link

Slide animation #205

Closed filip293 closed 2 years ago

filip293 commented 2 years ago

How can i disable or make the delay bigger for the slide function on the WeatherStationDemo?

marcelstoer commented 2 years ago

Try with ui.setTimePerFrame(some-number-larger-than-5000). The default is 5000 as per https://github.com/ThingPulse/esp8266-oled-ssd1306/blob/master/src/OLEDDisplayUi.cpp#L67.