gba-trycatch

view src/config.h @ 6:73b5f2e5d18a

first triangle on screen
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 18 Jun 2014 04:13:02 +0300
parents 850be43b3135
children b0ed38f13261
line source
1 #ifndef CONFIG_H_
2 #define CONFIG_H_
4 #define GFX_MODE VMODE_LFB_160x128_16
5 #define WIDTH 160
6 #define HEIGHT 128
8 #endif /* CONFIG_H_ */