summaryrefslogtreecommitdiff
path: root/firmware/export/config-h10_5gb.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h10_5gb.h')
-rw-r--r--firmware/export/config-h10_5gb.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h
index c5aaceb573..b4ff34b612 100644
--- a/firmware/export/config-h10_5gb.h
+++ b/firmware/export/config-h10_5gb.h
@@ -38,7 +38,7 @@
38 38
39/* define this if you have a real-time clock */ 39/* define this if you have a real-time clock */
40#ifndef BOOTLOADER 40#ifndef BOOTLOADER
41#define CONFIG_RTC RTC_E8564 /* TODO: figure this out */ 41/*#define CONFIG_RTC RTC_E8564*/ /* TODO: figure this out */
42#endif 42#endif
43 43
44/* Define this if you have a software controlled poweroff */ 44/* Define this if you have a software controlled poweroff */
@@ -98,6 +98,8 @@
98/* Type of LCD */ 98/* Type of LCD */
99#define CONFIG_LCD LCD_H10_5GB 99#define CONFIG_LCD LCD_H10_5GB
100 100
101#define DEFAULT_CONTRAST_SETTING 19
102
101/* Offset ( in the firmware file's header ) to the file length */ 103/* Offset ( in the firmware file's header ) to the file length */
102#define FIRMWARE_OFFSET_FILE_LENGTH 0 104#define FIRMWARE_OFFSET_FILE_LENGTH 0
103 105
@@ -110,13 +112,13 @@
110/* #define USB_IPODSTYLE */ 112/* #define USB_IPODSTYLE */
111 113
112/* define this if the unit can be powered or charged via USB */ 114/* define this if the unit can be powered or charged via USB */
113#define HAVE_USB_POWER 115/*#define HAVE_USB_POWER*/
114 116
115/* Virtual LED (icon) */ 117/* Virtual LED (icon) */
116#define CONFIG_LED LED_VIRTUAL 118#define CONFIG_LED LED_VIRTUAL
117 119
118/* Define this if you have adjustable CPU frequency */ 120/* Define this if you have adjustable CPU frequency */
119#define HAVE_ADJUSTABLE_CPU_FREQ 121/*#define HAVE_ADJUSTABLE_CPU_FREQ*/
120 122
121#define BOOTFILE_EXT "h10" 123#define BOOTFILE_EXT "h10"
122#define BOOTFILE "rockbox." BOOTFILE_EXT 124#define BOOTFILE "rockbox." BOOTFILE_EXT