summaryrefslogtreecommitdiff
path: root/firmware/export/config-yh925.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-yh925.h')
-rw-r--r--firmware/export/config-yh925.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/firmware/export/config-yh925.h b/firmware/export/config-yh925.h
index 94d79f6da4..bd15b5aa44 100644
--- a/firmware/export/config-yh925.h
+++ b/firmware/export/config-yh925.h
@@ -51,7 +51,7 @@
51#define HAVE_BACKLIGHT 51#define HAVE_BACKLIGHT
52 52
53/* Define this if your LCD can set contrast */ 53/* Define this if your LCD can set contrast */
54/* todo #define HAVE_LCD_CONTRAST */ 54#define HAVE_LCD_CONTRAST
55 55
56#define MIN_CONTRAST_SETTING 0 56#define MIN_CONTRAST_SETTING 0
57#define MAX_CONTRAST_SETTING 30 57#define MAX_CONTRAST_SETTING 30
@@ -96,11 +96,10 @@
96#define CONFIG_CODEC SWCODEC 96#define CONFIG_CODEC SWCODEC
97 97
98/* define this if you have a real-time clock */ 98/* define this if you have a real-time clock */
99/* todo verify rtc (or none) */ 99#ifndef BOOTLOADER
100/* #ifndef BOOTLOADER */
101#if 0
102#define CONFIG_RTC RTC_E8564 100#define CONFIG_RTC RTC_E8564
103#define HAVE_RTC_ALARM 101/* TODO */
102//#define HAVE_RTC_ALARM
104#endif 103#endif
105 104
106/* define this if you have a disk storage, i.e. something 105/* define this if you have a disk storage, i.e. something