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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-gmini120.h b/firmware/export/config-gmini120.h
index 66ba7af09e..5aed9a5f7d 100644
--- a/firmware/export/config-gmini120.h
+++ b/firmware/export/config-gmini120.h
@@ -7,6 +7,9 @@
7/* define this if you have a bitmap LCD display */ 7/* define this if you have a bitmap LCD display */
8#define HAVE_LCD_BITMAP 1 8#define HAVE_LCD_BITMAP 1
9 9
10/* define this if you can invert the colours on your LCD */
11#define HAVE_LCD_INVERT
12
10/* define this if you have a real-time clock */ 13/* define this if you have a real-time clock */
11#define CONFIG_RTC RTC_M41ST84W 14#define CONFIG_RTC RTC_M41ST84W
12 15