From d633a9fbeed791c9e8a2656d12da8a8e11f8f30c Mon Sep 17 00:00:00 2001 From: Rob Purchase Date: Fri, 10 Jul 2009 19:09:38 +0000 Subject: D2: Update the battery discharge curve to observed values, and add a crude runtime estimation (this is based on playback from SD card, other usage will vary). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21754 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-cowond2.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'firmware/export/config-cowond2.h') diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h index 5389f71736..08d3baae10 100644 --- a/firmware/export/config-cowond2.h +++ b/firmware/export/config-cowond2.h @@ -135,6 +135,11 @@ /* Hardware controlled charging */ #define CONFIG_CHARGING CHARGING_SIMPLE +/* Define current usage levels. */ +#define CURRENT_NORMAL 88 /* 18 hours from a 1600 mAh battery */ +#define CURRENT_BACKLIGHT 30 /* TBD */ +#define CURRENT_RECORD 0 /* no recording yet */ + #ifndef SIMULATOR /* Define this if you have a TCC7801 */ #define CONFIG_CPU TCC7801 -- cgit v1.2.3