]> git.sesse.net Git - ccbs/blob - bigscreen/resolution.h
Combined patch (sorry): fix URL, fix points awarded.
[ccbs] / bigscreen / resolution.h
1 #ifndef _RESOLUTION_H
2 #define _RESOLUTION_H 1
3
4 #define SCREEN_WIDTH 640
5 #define SCREEN_HEIGHT 480
6 #define SCREEN_LCD 0
7
8 /*
9  * This is used in the screens, mostly for historical reasons (they were
10  * first hard-coded to 800x600, and changing them to be resolution-independent
11  * is not a project for today).
12  */
13 #define LOGICAL_SCREEN_WIDTH 800
14 #define LOGICAL_SCREEN_HEIGHT 600
15
16 #endif /* !defined(_RESOLUTION_H) */