X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bigscreen%2Fresolution.h;h=20125ebf3b57c95dc9f9cdf544f6f4a03f1adf87;hb=4c387786f5c01ee45c3b07709c27f6977c6ef8ab;hp=0bbddf3e66bd0d3987309b8cf5a9f0859a9daeaa;hpb=9c22e166f4d25f2d80766de9baab56efd9d952b0;p=ccbs diff --git a/bigscreen/resolution.h b/bigscreen/resolution.h index 0bbddf3..20125eb 100644 --- a/bigscreen/resolution.h +++ b/bigscreen/resolution.h @@ -1,7 +1,16 @@ #ifndef _RESOLUTION_H #define _RESOLUTION_H 1 -#define SCREEN_WIDTH 800 -#define SCREEN_HEIGHT 600 +#define SCREEN_WIDTH 640 +#define SCREEN_HEIGHT 480 +#define SCREEN_LCD 0 + +/* + * This is used in the screens, mostly for historical reasons (they were + * first hard-coded to 800x600, and changing them to be resolution-independent + * is not a project for today). + */ +#define LOGICAL_SCREEN_WIDTH 800 +#define LOGICAL_SCREEN_HEIGHT 600 #endif /* !defined(_RESOLUTION_H) */