Close

Default POV Message

A project log for Persistence of Vision POV Display SAO

Accelerometer-based Hand-waved POV display with front and back LEDs, creating a 5 pixel x 12 char display. Message customizable via I2C.

michael-yimMichael Yim 10/17/2024 at 04:260 Comments

Instead of requiring users to upload a message before testing the POV display, I aimed to provide a default message right out of the box for an easy, hassle-free experience. This way, users can interact with the display immediately without needing to figure out the upload instructions. To achieve this, I modified the state machine and configured the accelerometer to detect a double-tap event. At startup, the POV display now shows the message "SUPERCON8" as the default message. I find this to be fitting. If the user double-taps the POV SAO board, it switches to a mode that waits for an I2C upload of a new message. Once the new message is uploaded, the display switches back to show the updated message.

Final State Machine:

Discussions