-
Notifications
You must be signed in to change notification settings - Fork 224
Carousel not smooth #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
same issue for me. the display cycles through 5 pages way too fast, about 5 pages in 2 or 3 seconds. a touch screen issue maybe? |
Had the same issue with my display (cycling too fast) and the problem was that my screen didn't have a touch controller so I changed:
to: and now I have time to read the pages while they cycle... The problem is that the isTouched gets wrong value because of the absence of a touch controller (at least in my situation)... Before that draft solution I tried to see if that makes any sense but it is probably for future versions..
I was thinking on putting a switch to navigate though the pages... Hope it helps :) |
This is actually a dup of #22. @stamatoulis thanks for the workaround. |
Hi marcelstoer, |
Schreib mal auf deutsch |
First i build weather station with with small OLED display. Nice.
Now i build weather-station color. Great. Thanks a lot!
But the carousel from weatherstation color change pages with jumps and is choppy while at the small device it runs very smooth. That gives problems with the WAF :-)
Is there an error i made or an option to optimize the page-change?
Where i can set the time used for page change?
The text was updated successfully, but these errors were encountered: