diff options
Diffstat (limited to 'firmware/export/config-e200.h')
| -rw-r--r-- | firmware/export/config-e200.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index 3cae14c..b290a24 100644 --- a/firmware/export/config-e200.h +++ b/firmware/export/config-e200.h @@ -123,6 +123,11 @@ /* Hardware controlled charging? FIXME */ #define CONFIG_CHARGING CHARGING_SIMPLE +/* define current usage levels */ +#define CURRENT_NORMAL 45 /* Mike's measurements in Jan 2008 */ +#define CURRENT_BACKLIGHT 40 /* Screen is about 20, blue LEDs are another 20, so 40 if both */ +#define CURRENT_RECORD 40 /* flash player, so this is just unboosted current*/ + /* define this if the unit can be powered or charged via USB */ #define HAVE_USB_POWER |