summaryrefslogtreecommitdiff
path: root/firmware/export/config-gmini120.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-gmini120.h')
-rw-r--r--firmware/export/config-gmini120.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-gmini120.h b/firmware/export/config-gmini120.h
index c833435dea..a7566649b5 100644
--- a/firmware/export/config-gmini120.h
+++ b/firmware/export/config-gmini120.h
@@ -10,6 +10,12 @@
10/* define this if you have a real-time clock */ 10/* define this if you have a real-time clock */
11#define HAVE_RTC 1 11#define HAVE_RTC 1
12 12
13/* define this if you have RTC RAM available for settings */
14#define HAVE_RTC_RAM 1
15
16/* define this to the type of RTC hardware */
17#define CONFIG_RTC RTC_M41ST84W
18
13/* LCD dimensions */ 19/* LCD dimensions */
14#define LCD_WIDTH 128 20#define LCD_WIDTH 128
15#define LCD_HEIGHT 64 21#define LCD_HEIGHT 64