From 382c23e10dc44a357c5ce65df01c38559d722314 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sun, 9 May 2010 07:39:53 +0000 Subject: Update current usage for Fuzev1/e200v2/Clipv1 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25912 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansaclip.h | 2 +- firmware/export/config/sansae200v2.h | 2 +- firmware/export/config/sansafuze.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config/sansaclip.h b/firmware/export/config/sansaclip.h index 12c67bf35f..63a387ba27 100644 --- a/firmware/export/config/sansaclip.h +++ b/firmware/export/config/sansaclip.h @@ -154,7 +154,7 @@ /* #define HAVE_POWEROFF_WHILE_CHARGING */ /* define current usage levels (based on battery bench) */ -#define CURRENT_NORMAL 50 +#define CURRENT_NORMAL 45 #define CURRENT_BACKLIGHT 14 #define CURRENT_RECORD CURRENT_NORMAL diff --git a/firmware/export/config/sansae200v2.h b/firmware/export/config/sansae200v2.h index c51eee38a7..d973785faa 100644 --- a/firmware/export/config/sansae200v2.h +++ b/firmware/export/config/sansae200v2.h @@ -158,7 +158,7 @@ #define CONFIG_I2C I2C_AS3525 /* define current usage levels (based on battery bench) */ -#define CURRENT_NORMAL 65 +#define CURRENT_NORMAL 45 #define CURRENT_BACKLIGHT 30 #define CURRENT_RECORD CURRENT_NORMAL diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h index 0005939d1b..78b5a0e700 100644 --- a/firmware/export/config/sansafuze.h +++ b/firmware/export/config/sansafuze.h @@ -163,7 +163,7 @@ #define CONFIG_I2C I2C_AS3525 /* define current usage levels (based on battery bench) */ -#define CURRENT_NORMAL 65 +#define CURRENT_NORMAL 37 #define CURRENT_BACKLIGHT 30 #define CURRENT_RECORD CURRENT_NORMAL -- cgit v1.2.3