Skip to content

Missing scrolling functions in .cpp #24

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
halveez opened this issue Jul 19, 2020 · 3 comments
Closed

Missing scrolling functions in .cpp #24

halveez opened this issue Jul 19, 2020 · 3 comments

Comments

@halveez
Copy link

halveez commented Jul 19, 2020

I believe the cpp file is missing the definitions of the following scrolling functions:

void scrollLeft(uint8_t start, uint8_t stop);
void scrollVertRight(uint8_t start, uint8_t stop);
void scrollVertLeft(uint8_t start, uint8_t stop);

scrollRight and scrollStop appear to be the only scrolling functions that are present in the cpp file.

@halveez
Copy link
Author

halveez commented Jul 19, 2020

The reference link above the right scrolling functions appears to be dead as well:

http://learn.microview.io/intro/general-overview-of-microview.html

@PaulZC
Copy link
Contributor

PaulZC commented Dec 10, 2020

Hi @halveez ,
Thanks for spotting this issue - and apologies for the slow reply!
We've added the missing functions in version 1.2.10 and - as a bonus - you can now set the scroll interval too.
Best wishes,
Paul

@PaulZC PaulZC closed this as completed Dec 10, 2020
@halveez
Copy link
Author

halveez commented Dec 11, 2020

Thanks Paul!

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

2 participants