Hi again Guys,
I finally got around to making a test circuit for it.
There are no datasheets or anything to be found with a Google search,
so if anyone finds this as a result of their search it might be useful to
give the screen brightness commands here.
Pretty simple really, 0x28 is the command for brightness, and that is followed
by a data byte from 0 - 3, 3 being the lowest brightness setting so:
Code:
LCDOUT $FE,$28,3 ' set VFD to lowest brightness setting
You'll see I move the display around on the screen as suggested to avoid burning any pixels,
particularly with a time & date display.. the year 2010 is going to stick around on the
display for a whole year before changing, so that would ruin it pretty quickly.
Cheers, Art.
Bookmarks