Hi Dave, made some progress but just need a little help in getting a valid image. I have turned on the color bar option (which I assume is a static image, correct?) by setting register 0x5e00 to 0x80. However, I get an image like this:
Here's a shot of the top left of that image:
I think the problem may lie in my lack of understanding of
video_data_even and
video_data_odd. Am i correct in assuming that
video_data_even is pixel 0, 2, 3, 4 etc. and
video_data_odd is pixel 1, 3, 5, 7 etc. ? Either that or there's something wrong in my code logic.