diff options
Diffstat (limited to 'globals.hpp')
-rw-r--r-- | globals.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/globals.hpp b/globals.hpp index fd24542..b07012f 100644 --- a/globals.hpp +++ b/globals.hpp @@ -24,5 +24,8 @@ struct user_settings { bool time_format = true; }; +#define DISPLAY_WIDTH 128 +#define DISPLAY_HEIGHT 64 + extern global_status g_s; extern user_settings g_user;
\ No newline at end of file |