OK, I know a similar question to this has just been asked but I cannot get the GP32 to display an image :( with Mr.Mirkos SDK.
I converted my picture to an array with the provided program and then used the following code:
#include <gp32.h>
#include "data.c"
unsigned short *framebuffer;
int...