summaryrefslogtreecommitdiff
path: root/firmware/export/config/iaudiox5.h
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-11-30 01:26:59 +0000
committerAidan MacDonald <amachronic@protonmail.com>2021-12-05 15:11:34 -0500
commitf02cd18ad027cdb4992a19a16cfbd336ffb63124 (patch)
treea412532ad38baac5390015d89696a5f67eaabe57 /firmware/export/config/iaudiox5.h
parent8a8dfa0e52d0d7001d52ff29a2da60986b3e5101 (diff)
downloadrockbox-f02cd18ad027cdb4992a19a16cfbd336ffb63124.tar.gz
rockbox-f02cd18ad027cdb4992a19a16cfbd336ffb63124.zip
powermgmt: Refactor battery current estimation
Create a new battery_current() function to report the the battery's charging/discharging current. Move the old runcurrent() implementation into it and clean up some of the related defines. Change-Id: I7dbe5b6532d291fa72add1cb23b30e3cbac8c3ca
Diffstat (limited to 'firmware/export/config/iaudiox5.h')
-rw-r--r--firmware/export/config/iaudiox5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config/iaudiox5.h b/firmware/export/config/iaudiox5.h
index 0164cd20fa..cae83dd952 100644
--- a/firmware/export/config/iaudiox5.h
+++ b/firmware/export/config/iaudiox5.h
@@ -151,6 +151,7 @@
151#define CURRENT_NORMAL 65 /*2250mah/35h = 65 ma*/ 151#define CURRENT_NORMAL 65 /*2250mah/35h = 65 ma*/
152#define CURRENT_BACKLIGHT 25 152#define CURRENT_BACKLIGHT 25
153#define CURRENT_REMOTE 8 /* additional current when remote connected */ 153#define CURRENT_REMOTE 8 /* additional current when remote connected */
154#define CURRENT_RECORD 2 /* FIXME: placeholder value */
154 155
155/* Define this if your LCD can set contrast */ 156/* Define this if your LCD can set contrast */
156#define HAVE_LCD_CONTRAST 157#define HAVE_LCD_CONTRAST