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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h
index d3750c1a08..9ad7eede2e 100644
--- a/firmware/export/config-h10_5gb.h
+++ b/firmware/export/config-h10_5gb.h
@@ -63,7 +63,7 @@
63#define CONFIG_BACKLIGHT BL_H10 /* TODO: figure this out, probably not necessary 63#define CONFIG_BACKLIGHT BL_H10 /* TODO: figure this out, probably not necessary
64 because of target tree stuff */ 64 because of target tree stuff */
65 65
66#define BATTERY_CAPACITY_DEFAULT 700 /* default battery capacity */ 66#define BATTERY_CAPACITY_DEFAULT 820 /* default battery capacity */
67 67
68#ifndef SIMULATOR 68#ifndef SIMULATOR
69 69
@@ -93,13 +93,11 @@
93 93
94/* Define this to the CPU frequency */ 94/* Define this to the CPU frequency */
95/* TODO: this is probably wrong */ 95/* TODO: this is probably wrong */
96#define CPU_FREQ 11289600 96#define CPU_FREQ 75000000
97 97
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
103/* Offset ( in the firmware file's header ) to the file length */ 101/* Offset ( in the firmware file's header ) to the file length */
104#define FIRMWARE_OFFSET_FILE_LENGTH 0 102#define FIRMWARE_OFFSET_FILE_LENGTH 0
105 103