I have modified the weather station color to work with wifimanager so wifi credentials can be changed without a recompile being needed. Everything works great except that the carousel now blinks which is super annoying. I have been looking at the Mini_Grafx library to try and find any settings that might help but any recommendation would be greatly appreciated. I tried adjusting:
carousel.setTargetFPS(35); //fps test
//carousel.setTimePerFrame(1000); //uint16_t time
//carousel.setTimePerTransition(10000);
to see if that would help and it does affect the blinking but I really don't know what I'm altering. It appears the loop task for the display might be out of time???
Thanks in advance, Dan