Re: Re: Graphics speed and stability
Dave Dodge <[email protected]>
| Newsgroups | gmane.comp.hardware.roku.technical |
|---|---|
| Message-ID | <20040611040204.GB25154@basmati> |
On Sat, Jun 05, 2004 at 01:37:17AM +0000, Michael Artemiw wrote:
> Don Woodward <dwoodward <at> rokulabs.com> writes:
> > e. Provide direct access to the screen bits.
> You list a number of optimizations that are on the drawing board. I am
> most interested in "e". direct access to the screen's bits.
Just FYI, the VideoScaler class provides some of this already. You
can get a pointer to video RAM and tweak the pixel values directly.
Be warned though that it may take some experiementation to get it to
do what you want, and as I understand it they don't really consider
this part of the Cascade API (so it won't necessarily work the same
way on future models).
-Dave Dodge