mic to vga
PFloyd36069
Posts: 135
hi,
How would you change the mic to vga code to make it work on a tv?
Thanks,
Bryan
·
How would you change the mic to vga code to make it work on a tv?
Thanks,
Bryan
·
Comments
You'd have to allocate a bitmap which would be a different size than for VGA, probably 320 x 240
You'd have to allocate a tilemap and initialize it to point into the bitmap. There's an example in the graphics demo.
You'd have to slightly modify the assembly portion of the Mic to VGA program for the different bitmap dimensions.
None of this is difficult, it would just take time, expertise, and effort.