summaryrefslogtreecommitdiff
path: root/firmware/export/config-yh820.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-yh820.h')
-rw-r--r--firmware/export/config-yh820.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/firmware/export/config-yh820.h b/firmware/export/config-yh820.h
index 28c2a5883c..493c5a1c9f 100644
--- a/firmware/export/config-yh820.h
+++ b/firmware/export/config-yh820.h
@@ -35,6 +35,12 @@
35#define LCD_PIXELFORMAT RGB565 35#define LCD_PIXELFORMAT RGB565
36 36
37#ifndef BOOTLOADER 37#ifndef BOOTLOADER
38
39/* define this if you have a real-time clock */
40#define CONFIG_RTC RTC_E8564
41/* TODO ??? */
42//#define HAVE_RTC_ALARM
43
38/* Define this if your LCD can be enabled/disabled */ 44/* Define this if your LCD can be enabled/disabled */
39#define HAVE_LCD_ENABLE 45#define HAVE_LCD_ENABLE
40 46
@@ -92,14 +98,6 @@
92/* Define this if you do software codec */ 98/* Define this if you do software codec */
93#define CONFIG_CODEC SWCODEC 99#define CONFIG_CODEC SWCODEC
94 100
95/* define this if you have a real-time clock */
96/* todo verify rtc (or none) */
97/* #ifndef BOOTLOADER */
98#if 0
99#define CONFIG_RTC RTC_E8564
100#define HAVE_RTC_ALARM
101#endif
102
103/* define this if you have a disk storage, i.e. something 101/* define this if you have a disk storage, i.e. something
104 that needs spinups and can cause skips when shaked */ 102 that needs spinups and can cause skips when shaked */
105#define HAVE_DISK_STORAGE 103#define HAVE_DISK_STORAGE