From d99440c4fa33438b0c32fa28575a269c4d8d3d52 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sun, 31 Jan 2010 23:47:14 +0000 Subject: Fuzev1: estimate current use with battery_bench results git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24428 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansafuze.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h index f9b4f629af..2de522f512 100644 --- a/firmware/export/config/sansafuze.h +++ b/firmware/export/config/sansafuze.h @@ -162,6 +162,11 @@ /* Define this if you want to use the AS2525 i2c interface */ #define CONFIG_I2C I2C_AS3525 +/* define current usage levels (based on battery bench) */ +#define CURRENT_NORMAL 65 +#define CURRENT_BACKLIGHT 30 +#define CURRENT_RECORD CURRENT_NORMAL + /* Define this to the CPU frequency */ #define CPU_FREQ 250000000 -- cgit v1.2.3