#ifndef CONFIG_H_INCLUDED #define CONFIG_H_INCLUDED #include #define SCREEN_MODE GFX_AUTODETECT #define SCREEN_WIDTH 320 #define SCREEN_HEIGHT 200 #define SCREEN_DEPTH 32 #define INTERNAL_DEPTH 32 #endif