summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodnano.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-11-21 23:55:39 +0000
committerJens Arnold <amiconn@rockbox.org>2005-11-21 23:55:39 +0000
commitb51f7dfc9b507ab9db12fe90b2ddad708f435e06 (patch)
treeefcef3411689401da21795d700a0741f8ab1072b /firmware/export/config-ipodnano.h
parente68680ac310adb8373c9f3a5194466766d64cf37 (diff)
downloadrockbox-b51f7dfc9b507ab9db12fe90b2ddad708f435e06.tar.gz
rockbox-b51f7dfc9b507ab9db12fe90b2ddad708f435e06.zip
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 'firmware/export/config-ipodnano.h')
-rw-r--r--firmware/export/config-ipodnano.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index 3423079be0..99eb67b5bf 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -38,6 +38,9 @@
38/* Define this if you have the WM8975 audio codec */ 38/* Define this if you have the WM8975 audio codec */
39#define HAVE_WM8975 39#define HAVE_WM8975
40 40
41/* Define this for LCD backlight available */
42#define CONFIG_BACKLIGHT BL_IPODNANO /* port controlled */
43
41#ifndef SIMULATOR 44#ifndef SIMULATOR
42 45
43/* The Nano actually has a PP5021 - but it's register compatible with 46/* The Nano actually has a PP5021 - but it's register compatible with
@@ -62,9 +65,6 @@
62/* The start address index for ROM builds */ 65/* The start address index for ROM builds */
63#define ROM_START 0x00000000 66#define ROM_START 0x00000000
64 67
65/* Define this for LCD backlight available */
66#define CONFIG_BACKLIGHT BL_IPODNANO /* port controlled */
67
68/* Define this to the CPU frequency */ 68/* Define this to the CPU frequency */
69#define CPU_FREQ 11289600 69#define CPU_FREQ 11289600
70 70