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

Sporadic white flashes #1

Open
jnweiger opened this issue Nov 25, 2021 · 0 comments
Open

Sporadic white flashes #1

jnweiger opened this issue Nov 25, 2021 · 0 comments

Comments

@jnweiger
Copy link
Member

jnweiger commented Nov 25, 2021

Seen with knightrider-ota-jw.ino

  • It is always two lines that flash together.
  • with only knightrider_tick();; send_one_row_bb(0); no flashes can be seen.
  • The flashes very brief with knightrider_tick(); for (int row = 0; row < 8; row++) send_one_row_bb(row);
  • The flashes are longer with knightrider_tick(); for (int row = 0; row < 8; row++) send_one_row_bb(row+8);
  • The flashes very long with knightrider_tick(); for (int row = 0; row < 8; row++) send_one_row_bb(row+16);

image

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