Deleting NULL didn't do it but the create function did it.
frontPanel = SDL_CreateRGBSurface( SDL_SWSURFACE, SCREEN_WIDTH, SCREEN_HEIGHT, 32, 0, 0, 0, 0 );
It's a bit long, gonna make my own shorter version. I hope doing all zeros at the end will work with the Pandora as well.
Thanks for the...