1
0
Fork 0
forked from len0rd/rockbox

Now define the exact LCD controller in use.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5557 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-01-10 22:03:05 +00:00
parent b42509b14f
commit ed69c36cdf
8 changed files with 16 additions and 0 deletions

View file

@ -76,4 +76,6 @@
/* Define this if you have a software controlled poweroff */
#define HAVE_SW_POWEROFF
#define CONFIG_LCD LCD_SSD1815
#endif /* SIMULATOR */

View file

@ -33,4 +33,6 @@
/* Define this if you have ATA power-off control */
#define HAVE_ATA_POWER_OFF
#define CONFIG_LCD LCD_S1D15E06
#endif

View file

@ -79,4 +79,6 @@
/* define this if more than one device/partition can be used */
#define HAVE_MULTIVOLUME
#define CONFIG_LCD LCD_SSD1815
#endif /* SIMULATOR */

View file

@ -70,4 +70,6 @@
/* define this if more than one device/partition can be used */
#define HAVE_MULTIVOLUME
#define CONFIG_LCD LCD_SSD1815
#endif /* SIMULATOR */

View file

@ -66,4 +66,6 @@
/* Define this for LCD backlight available */
#define CONFIG_BACKLIGHT BL_PA14_LO /* port PA14, low active */
#define CONFIG_LCD LCD_SSD1801
#endif /* SIMULATOR */

View file

@ -70,4 +70,6 @@
/* Define this for S/PDIF output available */
#define HAVE_SPDIF_OUT
#define CONFIG_LCD LCD_SSD1815
#endif /* SIMULATOR */

View file

@ -76,4 +76,6 @@
/* Define this if you have a software controlled poweroff */
#define HAVE_SW_POWEROFF
#define CONFIG_LCD LCD_SSD1815
#endif /* SIMULATOR */

View file

@ -51,6 +51,8 @@
/* CONFIG_LCD */
#define LCD_GMINI100 0
#define LCD_SSD1815 1 /* as used by Archos Recorders and Ondios */
#define LCD_SSD1801 2 /* as used by Archos Player/Studio */
#define LCD_S1D15E06 3 /* as used by iRiver H100 series */
/* CONFIG_BACKLIGHT */
#define BL_PA14_LO 0 /* Player, PA14 low active */