Skip to content
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

Scroll node - wrong instruction/description #10

Open
dragonfly69 opened this issue Jan 4, 2019 · 3 comments
Open

Scroll node - wrong instruction/description #10

dragonfly69 opened this issue Jan 4, 2019 · 3 comments

Comments

@dragonfly69
Copy link

Hi,
Availiable in oled package scroll node has got description from WiFi node,
Is it possible to get any help how to use this scroll node ?
How to turn it On/Off, What modes are available up/down/right/left,
Does it allows to increase available space ?

@paddybeee
Copy link

I would agree with dragonfly69, also seems to do some weird things with your display if you add it, then remove it, i have had my other icons start scrolling once i removed it, reboot does not fix the issue,

@danprof
Copy link

danprof commented Feb 4, 2020

Scrolls the display

Payload should contain direction, start position and stop position.


direction: msg.payload.direction


start: msg.payload.start


stop: msg.payload.stop


Example: {"direction":"left","start":0,"stop":128}

@SirReal-surreal
Copy link

But: There is also a stop method, usually. This method is not available here - so, you can't stop scrolling. If you try to stop with start:0 stop:0, it will still scroll the first pixel line.

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

4 participants