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

display() sends data for pages 0-5, clear(ALL) sends zeros for pages 0-7 #10

Open
GlennAustin opened this issue May 27, 2020 · 0 comments

Comments

@GlennAustin
Copy link

I noticed this when I was working with the library - display() outer loop for sending data is for (i = 0; i < 6; i++) but clear(uint8_t mode) (and clear(uint8_t mode, uint8_t c)) outer loop for sending zeros/values is for (int i = 0; i < 8; i++)
Note that display is looping through the range 0...5, but clear is looping through the range 0...7.

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

1 participant