Unoffical empeg BBS

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

Topic Options
#134596 - 13/01/2003 02:55 Colour display... possible?
CrackersMcCheese
pooh-bah

Registered: 14/01/2002
Posts: 2489
Maybe I'm just dreaming and typing nonsense (at least I'm consistent), but is it possible to put a colour display in the Empeg? Would it simply be a case of replacing the VFD with an off-the-shelf colour TFT/LCD or VFD display? And then configure the software to display simple colour? I imagine that the Empeg has the computing power to do this.

Can you get even three colour VFDs? Red, Green, Blue or something?

Sounds esay when I imagine it, but I know it won't be as simple, even IF its possible. But if enough people wanted it, could it be the next project after the tuner? It would really make the empeg complete - with an aluminium fascia!

Top
#134597 - 13/01/2003 03:01 Re: Colour display... possible? [Re: CrackersMcCheese]
andym
carpal tunnel

Registered: 17/01/2002
Posts: 3995
Loc: Manchester UK
I think this topic is as old as the hills. Whilst I'm sure it's technically possible, the time and money aspect of these things puts a stopper on it. I'd also imagine finding a colour display that behaved in a similar way to the original VFD would be a tall order.

It would be really cool though!
_________________________
Cheers,

Andy M

Top
#134598 - 13/01/2003 05:18 Re: Colour display... possible? [Re: andym]
cookie_77
member

Registered: 08/03/2002
Posts: 145
I think i remember reading that the empeg uses the std lcd out put from the ARM processor and that the firmware of the display board translates it for the VFD.

Any one know if that is correct or have any technical info on what is output from empeg.

C.

Top
#134599 - 13/01/2003 10:37 Re: Colour display... possible? [Re: cookie_77]
altman
carpal tunnel

Registered: 19/05/1999
Posts: 3457
Loc: Palo Alto, CA
The display board takes one out of every 4 pixels from the StrongARM (in STN LCD mode) and drives this to the VFD with some manipulation - see the linux kernel display driver source for more info.

The StrongARM will support 16-bit TFTs (see the Visteon Camelot for an example) however the top 16-bits of display info come from 8 GPIO lines which are most definitely in use on the carplayer - hence, it's not possible to bodge this in very easily.

OTOH, in theory you might be able to put the LCD controller into 16-bit mode, but use only the lower 8 bits of display info. This is available, along with the frame/line/pixel sync info, on a connector pad-out just above the CPU on all mk2/mk2a players.

This could give you some sort of colour, though it may only be of limited usefulness and would require hacking of the kernel display driver so that the player output to (at least a part of) the actual LCD display.

Hugo

Top
#134600 - 13/01/2003 23:55 Re: Colour display... possible? [Re: altman]
mcomb
pooh-bah

Registered: 31/08/1999
Posts: 1649
Loc: San Carlos, CA
This is available, along with the frame/line/pixel sync info, on a connector pad-out just above the CPU on all mk2/mk2a players.

Why does this sound so much easier than PCA's video out project that has been mentioned before? A lot of people are put off by the horror stories of the costs involved with that, but what you described actually sounds remotely feasable. 8 bits is certainly enough for usable color.

-Mike
_________________________
EmpMenuX - ext3 filesystem - Empeg iTunes integration

Top
#134601 - 14/01/2003 04:08 Re: Colour display... possible? [Re: mcomb]
CrackersMcCheese
pooh-bah

Registered: 14/01/2002
Posts: 2489
I'd be happy with just a few colours. I'm not expecting millions of shades etc. So are you saying that if someone had a bit of technical know-how, this could work?

Top
#134602 - 14/01/2003 04:45 Re: Colour display... possible? [Re: CrackersMcCheese]
andy
carpal tunnel

Registered: 10/06/1999
Posts: 5914
Loc: Wivenhoe, Essex, UK
Even if you find someone to do the hardware, how are you going to get the player software to output colour ?
_________________________
Remind me to change my signature to something more interesting someday

Top
#134603 - 14/01/2003 04:58 Re: Colour display... possible? [Re: andy]
CrackersMcCheese
pooh-bah

Registered: 14/01/2002
Posts: 2489
Well, I haven't really thought of that yet! One step at a time. Its apparently technically possible - good stuff. But as for hacking the drivers? I have no idea - more input and advice needed here I think. And would the visuals etc have to totally rewritten?

Top
#134604 - 14/01/2003 05:01 Re: Colour display... possible? [Re: mcomb]
prolux
member

Registered: 17/08/1999
Posts: 151
Loc: Manchester, UK
It sounds so much easier because PCA's device is designed to work on a stock empeg with a fully functional front display. As a result it must make use of one of the empeg's existing pinned out interfaces.

Top
#134605 - 14/01/2003 05:08 Re: Colour display... possible? [Re: CrackersMcCheese]
andy
carpal tunnel

Registered: 10/06/1999
Posts: 5914
Loc: Wivenhoe, Essex, UK
And would the visuals etc have to totally rewritten?

Yes, without rewriting them the best you can hope for is red shades of a single colour, in which case you just need a different colour gel to manage the same effect.

Even if you had the source to the player software, there aren't too many people around who could rewrite the visuals...
_________________________
Remind me to change my signature to something more interesting someday

Top
#134606 - 14/01/2003 17:30 Re: Colour display... possible? [Re: prolux]
StigOE
addict

Registered: 27/10/2002
Posts: 568
Without going into the details of PCA's design, would it be so "simple" as "hijacking" the signals going to the displayboard, feed them to a microcontroller, decode them and then rebuild them into a PAL-picture (or from PCA's posting, more likely NTSC)?

Stig

Top
#134607 - 15/01/2003 05:46 Re: Colour display... possible? [Re: StigOE]
altman
carpal tunnel

Registered: 19/05/1999
Posts: 3457
Loc: Palo Alto, CA
Yes, if you wanted to. The pixel rate is pretty high though (less than a microsecond per pixel) so you'll probably need shift registers/FIFOs to get the data into a micro.

PCA's video out board is rather different, being a complete ARM7 micro with video interface hooked to the IDE bus on the empeg.

The cheapest/simplest way is still probably a VNC client over ethernet.

Hugo

Top
#134608 - 16/01/2003 11:59 Re: Colour display... possible? [Re: altman]
image
old hand

Registered: 28/04/2002
Posts: 770
Loc: Los Angeles, CA
The cheapest/simplest way is still probably a VNC client over ethernet.

for all the electronic engineers out there, how hard would it be to make a board w/ an ethernet port, video out port, and a embedded vnc client to connect to the empeg?

Top
#134609 - 16/01/2003 12:15 Re: Colour display... possible? [Re: image]
altman
carpal tunnel

Registered: 19/05/1999
Posts: 3457
Loc: Palo Alto, CA
It'd be very hard to make one, but very easy to buy one - it depends on how you value your time.

Hugo

Top