http://www.skippari.net/lcd/sekalaista/vfdani.zip
Here's a little prog to show animations on the Noritake VFD. I've no idea how the timings will work for others as I've only been playing with my display for couple hours but I'm interested to hear about your results.
It's a command line tool and you give it the name of the animation definition file as parameter. The zip has one called ani.txt included.
Here's example of the definition file:
Quote:
5
100
frames\1.bmp
frames\2.bmp
frames\3.bmp
frames\4.bmp
frames\5.bmp
frames\6.bmp
frames\7.bmp
frames\8.bmp
frames\9.bmp
frames\10.bmp
First row is how many times you want to repeat the animation, second is the pause between frames in milliseconds and rest is the animation frames. The frame bitmaps have to be 128x64 1bit to work.
The prog needs the WinIO driver to access parallel port but if you have administrator rights it will autoload the driver.
EDIT:
Optional brightness setting included.