diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2003-06-25 23:24:47 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2003-06-25 23:24:47 +0000 |
commit | 9fb2d344477e1fdaede67dc0931ea393b71ad6bf (patch) | |
tree | 090a42a3c123bcb41a4762054e81fe3f7a65d404 /firmware | |
parent | df34e6b71a04c70ecd1164341bdd1c58477e697f (diff) |
Default contrast is now autodetected on recorders
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3761 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/hwcompat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/hwcompat.h b/firmware/export/hwcompat.h index 52d831222f..ef3892b1fa 100644 --- a/firmware/export/hwcompat.h +++ b/firmware/export/hwcompat.h @@ -26,6 +26,7 @@ #define ATA_ADDRESS_200 0x0100 #define USB_ACTIVE_HIGH 0x0100 #define PR_ACTIVE_HIGH 0x0100 +#define LCD_CONTRAST_BIAS 0x0200 int read_rom_version(void); int read_hw_mask(void); |