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

Spike: Screen Flickers #1

Open
DellaRaccoon opened this issue Jun 7, 2020 · 2 comments
Open

Spike: Screen Flickers #1

DellaRaccoon opened this issue Jun 7, 2020 · 2 comments

Comments

@DellaRaccoon
Copy link
Owner

There is currently a noticable flicker on the screen with my breadboarded prototype. Possible causes include:

  • Draw loop should really be happening asynchronously. Not likely to be the the cause, since the flicker happens even when there's nothing else going on in the main loop. Also not really something i can change until circuitpython adds async support.
  • Not enough voltage on the higher voltage pins.
  • Several VFD resources online mention using alternating current, but it's not clear if they're recommending it for the lower voltage pins or the higher voltage pins.
  • Some important electronics components are missing from my circuit because i don't really know what i'm doing.

AC

  • Cause of flickers is investigated and resolved if possible.
@DellaRaccoon
Copy link
Owner Author

DellaRaccoon commented Jun 7, 2020

It doesn't appear to be a simple issue of not enough voltage. I cranked up the voltage across the grid pins and the display got brighter, but the flicker didn't really go away. I also managed to fry a feather while testing this. Pro tip: turn the power supply off while moving around wires on the breadboard.

@DellaRaccoon
Copy link
Owner Author

Maybe i could try for-ing thru the segments instead of the digits. That might not get rid of the flicker, but it would distribute it horizontally instead of vertically, so it may make it less noticable.

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