#15846 - headspin - Sun Feb 01, 2004 1:18 pm
I've decided to start from scratch and use GBFS instead of including C arrays of images with my code. It works really great so far.
I am using gfx2gba using the -15 switch to produce 15 bit BGR format data and outputting using -b switch to a binary file.
I append that to my code and can display the image on the screen but the red parts are blue. Why is that? I thought this program produced BGR output, but it looks like it's outputting RGB.
Any ideas?
I am using gfx2gba using the -15 switch to produce 15 bit BGR format data and outputting using -b switch to a binary file.
I append that to my code and can display the image on the screen but the red parts are blue. Why is that? I thought this program produced BGR output, but it looks like it's outputting RGB.
Any ideas?