Sorry to post this message but I really could not find the answer...

as far as the ioctl(EMPEG_DISPWRITE) call goes.. my understanding is you should always pass it a full screen buffer, even if you have done a ioctl(EMPEG_SETGEOM) is this correct? And also what format should the buffer for EMPEG_DISPWRITE be in? I assume one pixel per byte, but what byte values represent the four colours?

Next is a simple one.. is it just me or does ioctl(EMPEG_DISPTEXT) not wrap text to the next line? If it doesn't that's fine, I just was curious if it would wrap text.