futz
Active Member
A simple POV display for Junebug 18F1320.
The multiplexing could probably be fine tuned to make a brighter display.
It's best to use a battery and wave the thing in a dark room, rather than risking damage with the Junebug on the USB cable. **broken link removed** which is probably a very bad idea, but it hasn't cooked the Junebug yet. A fresh battery might be bad.
Here's a pic of my **broken link removed** The code has 12 letters at present. I wanted it to be able to display JUNEBUG and FUTZ. Make your own from there.
**broken link removed** source and hex file. Have fun!
EDIT: Whoops!
Found an error in the code. It shouldn't even have worked the way it was, but accidently did. The download has been updated.
Was:
Obviously the last line should have been:
**broken link removed** It's just printing "FUTZ" over and over. When the Junebug is moving one direction the text is correct. When it goes the other direction the text is backward. It's far from perfect, but does kind of work.A "persistence of vision display" (POV display) has only a single line of LEDs blinking on and off. The display mechanically sweeps it across a person's field of view, giving the illusion of a 2D display.
The multiplexing could probably be fine tuned to make a brighter display.
It's best to use a battery and wave the thing in a dark room, rather than risking damage with the Junebug on the USB cable. **broken link removed** which is probably a very bad idea, but it hasn't cooked the Junebug yet. A fresh battery might be bad.
Here's a pic of my **broken link removed** The code has 12 letters at present. I wanted it to be able to display JUNEBUG and FUTZ. Make your own from there.
**broken link removed** source and hex file. Have fun!
EDIT: Whoops!
Was:
Code:
main movlw lettF
call letter
movlw lettU
call letter
movlw lettT
call letter
movlw lettZ
call letter
return
Code:
goto main
Last edited: