Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#186767 - 25/10/2003 21:58 empeg visuals on PC w/ VFD display
qbasic309
member

Registered: 23/10/2002
Posts: 110

Would this be possible? I have a Nortake 4 x 20 CU20045SCPB-U1J VFD wired to paralell on my
desktop PC.

Would it be possible for the empeg visuals to be
displayed on it?


Top
#186768 - 25/10/2003 23:08 Re: empeg visuals on PC w/ VFD display [Re: qbasic309]
siberia37
old hand

Registered: 09/01/2002
Posts: 702
Loc: Tacoma,WA
You could write a program that grabs the display data from ethernet and throws it to your parallel port, kinda like what vnc for the empeg does. Shouldn't be too tough as long as you've already got down the rountines to write the VFD. Takle a look at the source for vnc for the empeg and go from there.

Top
#186769 - 25/10/2003 23:45 Re: empeg visuals on PC w/ VFD display [Re: qbasic309]
V99
member

Registered: 12/01/2002
Posts: 192
Loc: Phoenix, AZ
That's a character display.. 20 characters x 4 lines.. all it can display is it's built-in fonts. Or maybe it has some way to hack in controlling individual pixels, but there aren't enough of them, and it would look terrible with all the gridlines anyway.

Top
#186770 - 26/10/2003 06:19 Re: empeg visuals on PC w/ VFD display [Re: V99]
tman
carpal tunnel

Registered: 24/12/2001
Posts: 5528
I've been somebody that did kind of convert a character LCD to graphical. On a HD44780 compatible module you can upload custom fonts. If you construct a font character and then display it then you can turn on individual pixels. The number of characters you can make are limited though.

So it's possible but it's definately not fun, fast or particularly useful

Top