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

Shades outline seems to crash periodically. #11

Open
rgegriff opened this issue Oct 13, 2015 · 1 comment
Open

Shades outline seems to crash periodically. #11

rgegriff opened this issue Oct 13, 2015 · 1 comment

Comments

@rgegriff
Copy link

I have noticed on occasion that when shades outline runs, instead of blanking the matrix, and drawing the edge leds, it fills the matrix with a color. Now, at this point, one of two things happens;

  1. the outline is replaced with another color, and the animation continues correctly.
  2. the whole thing just locks up, and doesn't respond to input.

My (very limited) experience with c tells me that this is likely some sort of overflow, but I can't for the life of me identify where it might be. Pointers (lol) on how to go about debugging this would be appreciated!

@IROmyworld
Copy link

I had a similar thing happening with scrolling text because of a long string, I solved it by just increasing the buffer declaration, bitBuffer[] in effects.h . Not sure if that will help.

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