Quickstart Persistence of Vision
jazzed
Posts: 11,803
Hi.
Here's a program that can display one of 16 words on the QuickStart's LEDs using the Persistence of Vision method.
It's kind of hard to see the display waving it by hand, but it can be seen with patience.
The program is attached. It is written for GCC; vanilla C will choke on it.
The biggest issue with the program for vanilla C is the use of 0b00000000 data - that is a binary declaration.
I just don't have time to change the data by hand, and I don't have a script to convert the data.
Thanks,
--Steve
Here's a program that can display one of 16 words on the QuickStart's LEDs using the Persistence of Vision method.
It's kind of hard to see the display waving it by hand, but it can be seen with patience.
The program is attached. It is written for GCC; vanilla C will choke on it.
The biggest issue with the program for vanilla C is the use of 0b00000000 data - that is a binary declaration.
I just don't have time to change the data by hand, and I don't have a script to convert the data.
Thanks,
--Steve