Skip to content

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

Closed
dkotte opened this issue Nov 23, 2017 · 5 comments
Closed

Carousel not smooth #48

dkotte opened this issue Nov 23, 2017 · 5 comments

Comments

@dkotte
Copy link

dkotte commented Nov 23, 2017

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?

@rickylee64
Copy link

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?

@stamatoulis
Copy link

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:

if (touchController.isTouched(500)) {

to:
if (touchController.isTouched(5000)) {

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..

#define HAVE_TOUCHPAD

I was thinking on putting a switch to navigate though the pages...

Hope it helps :)

@marcelstoer
Copy link
Member

This is actually a dup of #22. @stamatoulis thanks for the workaround.

@dkotte
Copy link
Author

dkotte commented Apr 15, 2018

Hi marcelstoer,
the problem here is NOT the cycling from one infoscreen to the other because the missing touch chip/connection. (a similar workaround for this problem i build too)
My problem here is the display quality within the carussel function.
PS: auf deutsch könnte ich das Problem genauer beschreiben.

@MarioP73
Copy link

Schreib mal auf deutsch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants