aboutsummaryrefslogtreecommitdiff
path: root/include/options.h
diff options
context:
space:
mode:
authorpk33 <pk33@pk33.space>2024-11-03 22:26:28 +0100
committerpk33 <pk33@pk33.space>2024-11-03 22:26:28 +0100
commit0ffb4f8463e3e06e8d88b7be22f5cb7adb702361 (patch)
tree05e626d6ce4e0d8e544a40f8a14965cf4fdd5780 /include/options.h
parent6c69ea8da9d306e4e6d21d0feee5213fea15f49e (diff)
downloadengine33-0ffb4f8463e3e06e8d88b7be22f5cb7adb702361.tar.gz
fonts, text and basic ui for on-screen log
Diffstat (limited to 'include/options.h')
-rw-r--r--include/options.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/options.h b/include/options.h
index 2ce1726..418a296 100644
--- a/include/options.h
+++ b/include/options.h
@@ -4,9 +4,9 @@
#define LOG_PATH "/dev/tty3"
-#define DRM_DEVICE "/dev/dri/card1"
-#define DRM_MODE "1366x768"
-#define DRM_RATE 60
+#define DRM_DEVICE "/dev/dri/card0"
+#define DRM_MODE "1024x768"
+#define DRM_RATE 75
#endif /* __OPTIONS_H */