#14748 - pinkywu - Mon Jan 12, 2004 8:59 am
I want to as How to set the Display Mode to mode 4, as mode 4 use 8 bit pixel, what should I pay attention.
the following code use to converts a color value to 15 bit BGR value used by GBA when use mode 3
#define RGB(r,g,b) ((r)+((g)<<5)+((b)<<10)).
In mode 4 what should set.
anyother need to change.
Thanks.
the following code use to converts a color value to 15 bit BGR value used by GBA when use mode 3
#define RGB(r,g,b) ((r)+((g)<<5)+((b)<<10)).
In mode 4 what should set.
anyother need to change.
Thanks.