]> git.sesse.net Git - ccbs/blobdiff - bigscreen/resolution.h
Add a simple web interface for adding/updating short titles. (No backend yet.)
[ccbs] / bigscreen / resolution.h
index 0bbddf3e66bd0d3987309b8cf5a9f0859a9daeaa..a27b336782d54ac4fea8cb619707502118bb5989 100644 (file)
@@ -3,5 +3,14 @@
 
 #define SCREEN_WIDTH 800
 #define SCREEN_HEIGHT 600
+#define SCREEN_LCD 1
+
+/*
+ * 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) */