PropNewbie
05-08-2008, 04:49 AM
Hi All
Newbie to·Prop programming - what I need to do is display a 160x255 bitmap on a VGA monitor. This bitmap contains RGB values in three bytes using 0-255 for each colour. This·is the output of a CMUCam2 and I would like to see the cmu cam output for diagnostic purposes. Obviously the 32Kb of the Propeller is not going to hold·it all·so I will have to trim the 8 bits per colour back a bit.
So assuming that I have the bitmap in memory - what would be the best of the existing·code to use for this purpose. I have seen the various·vga·driver·samples·and have got the demo versions of them working (except for the graphics one). I am new to vga·handling (as well as props) and the code seems to be designed for a variety of purposes. I would very much appreciate advice on which one would be best to use as a start point. All I want to do is take the colour reduced bitmap in the form of an array and call something which will tip it out to·a vga monitor.
All advice and·tips would be much appreciated.
Many thanks in advance
Newbie to·Prop programming - what I need to do is display a 160x255 bitmap on a VGA monitor. This bitmap contains RGB values in three bytes using 0-255 for each colour. This·is the output of a CMUCam2 and I would like to see the cmu cam output for diagnostic purposes. Obviously the 32Kb of the Propeller is not going to hold·it all·so I will have to trim the 8 bits per colour back a bit.
So assuming that I have the bitmap in memory - what would be the best of the existing·code to use for this purpose. I have seen the various·vga·driver·samples·and have got the demo versions of them working (except for the graphics one). I am new to vga·handling (as well as props) and the code seems to be designed for a variety of purposes. I would very much appreciate advice on which one would be best to use as a start point. All I want to do is take the colour reduced bitmap in the form of an array and call something which will tip it out to·a vga monitor.
All advice and·tips would be much appreciated.
Many thanks in advance