diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-11-21 23:55:39 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-11-21 23:55:39 +0000 |
| commit | b51f7dfc9b507ab9db12fe90b2ddad708f435e06 (patch) | |
| tree | efcef3411689401da21795d700a0741f8ab1072b /apps/plugin.c | |
| parent | e68680ac310adb8373c9f3a5194466766d64cf37 (diff) | |
| download | rockbox-b51f7dfc9b507ab9db12fe90b2ddad708f435e06.zip rockbox-b51f7dfc9b507ab9db12fe90b2ddad708f435e06.tar.gz rockbox-b51f7dfc9b507ab9db12fe90b2ddad708f435e06.tar.bz2 rockbox-b51f7dfc9b507ab9db12fe90b2ddad708f435e06.tar.xz | |
Backlight handling: * Added 'Caption Backlight' and 'Backlight On When Charging' for the iriver remote LCD. * Enabled the backlight code for the simulator, and prepared backlight simulation. It's only a stub atm, writing messages to the console window. * Added tick task handling to the simulators for this to work. * Code cleanup in backlight.c, less dead code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8034 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index d5607aa..7d92998 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -169,8 +169,8 @@ static const struct plugin_api rockbox_api = { lcd_remote_update, lcd_remote_update_rect, - lcd_remote_backlight_on, - lcd_remote_backlight_off, + remote_backlight_on, + remote_backlight_off, #endif /* button */ button_get, |