Unoffical empeg BBS

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

Page 2 of 2 < 1 2
Topic Options
#102872 - 13/08/2002 19:22 Re: COLOR Empeg ????? [Re: belezeebub2]
Scorp1us
journeyman

Registered: 03/01/2002
Posts: 76
I don't know hwo this could be done w/o the source code to the empeg.
Sure, you'd have to make a new kernel, and if you're lucky you could use one choice color, but as for muliple colors, it's all have to be re-written to support more bits per pixel.

Top
#102873 - 13/08/2002 19:26 Re: COLOR Empeg ????? [Re: Scorp1us]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
I believe that the visuals are actually run as a separate process, so it might be conceivable to replace the stock visuals with full color ones by rewriting that application.

Of course, it wouldn't be trivial, but it'd probably be easier than rewriting the entire player.

Also of course, I could be totally wrong about that.
_________________________
Bitt Faulk

Top
#102874 - 13/08/2002 20:21 Re: COLOR Empeg ????? [Re: wfaulk]
Scorp1us
journeyman

Registered: 03/01/2002
Posts: 76
See the kernel code already supports 4bpp - 16 color, which gets squashed to 2 color, then to 1 color, but with PWM grey scale. But the application doesn't mean to write it in color, jsut grey scale. So I could give you from black to [insert your favorite color here], rotate thgouhg colors and such, but the entire display woul dbe shades of one color. As far as I know the "application" is not open source... adn that would give us a really cool display!

Top
#102875 - 14/08/2002 03:04 Re: COLOR Empeg ????? [Re: wfaulk]
Roger
carpal tunnel

Registered: 18/01/2000
Posts: 5682
Loc: London, UK
Also of course, I could be totally wrong about that.

You are. They're mapped into memory as a location independent binary image, and then called in-process. The API consists of some kind of jump table, and the registers have to be set to various things. It's been a while since I looked at it, but that's basically how it works.
_________________________
-- roger

Top
#102876 - 14/08/2002 09:26 Re: COLOR Empeg ????? [Re: Roger]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Nuts. I could have sworn I saw a separate process running having to do with the visuals. I suppose I should just keep my ill-informed answers to myself from now on.
_________________________
Bitt Faulk

Top
#102877 - 14/08/2002 10:31 Re: COLOR Empeg ????? [Re: wfaulk]
Roger
carpal tunnel

Registered: 18/01/2000
Posts: 5682
Loc: London, UK
pthreads makes each thread appear as a separate process under 'ps'. This might explain your hallucination. Or maybe it is the drugs. Or the lack of saturated fats.


_________________________
-- roger

Top
Page 2 of 2 < 1 2