I'm writing a program in Processing to take frame dumps and display them. So far, I made the code grab all the data without a problem. But drawing is different, since every high nibble is green and the lower is blue first, then on the next pixel, the lower is red. How do you turn that into a pixel with a RGB value?
edit: I have my code working and the image is sorta real, I think you have your high and low nibble mixed up, the high nibble seems to always be red, and the lower seem to alternate between green and blue
oh and how do you get your software working with a USB to UART converter?