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:
parent
b42509b14f
commit
ed69c36cdf
8 changed files with 16 additions and 0 deletions
|
|
@ -76,4 +76,6 @@
|
||||||
/* Define this if you have a software controlled poweroff */
|
/* Define this if you have a software controlled poweroff */
|
||||||
#define HAVE_SW_POWEROFF
|
#define HAVE_SW_POWEROFF
|
||||||
|
|
||||||
|
#define CONFIG_LCD LCD_SSD1815
|
||||||
|
|
||||||
#endif /* SIMULATOR */
|
#endif /* SIMULATOR */
|
||||||
|
|
|
||||||
|
|
@ -33,4 +33,6 @@
|
||||||
/* Define this if you have ATA power-off control */
|
/* Define this if you have ATA power-off control */
|
||||||
#define HAVE_ATA_POWER_OFF
|
#define HAVE_ATA_POWER_OFF
|
||||||
|
|
||||||
|
#define CONFIG_LCD LCD_S1D15E06
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -79,4 +79,6 @@
|
||||||
/* define this if more than one device/partition can be used */
|
/* define this if more than one device/partition can be used */
|
||||||
#define HAVE_MULTIVOLUME
|
#define HAVE_MULTIVOLUME
|
||||||
|
|
||||||
|
#define CONFIG_LCD LCD_SSD1815
|
||||||
|
|
||||||
#endif /* SIMULATOR */
|
#endif /* SIMULATOR */
|
||||||
|
|
|
||||||
|
|
@ -70,4 +70,6 @@
|
||||||
/* define this if more than one device/partition can be used */
|
/* define this if more than one device/partition can be used */
|
||||||
#define HAVE_MULTIVOLUME
|
#define HAVE_MULTIVOLUME
|
||||||
|
|
||||||
|
#define CONFIG_LCD LCD_SSD1815
|
||||||
|
|
||||||
#endif /* SIMULATOR */
|
#endif /* SIMULATOR */
|
||||||
|
|
|
||||||
|
|
@ -66,4 +66,6 @@
|
||||||
/* Define this for LCD backlight available */
|
/* Define this for LCD backlight available */
|
||||||
#define CONFIG_BACKLIGHT BL_PA14_LO /* port PA14, low active */
|
#define CONFIG_BACKLIGHT BL_PA14_LO /* port PA14, low active */
|
||||||
|
|
||||||
|
#define CONFIG_LCD LCD_SSD1801
|
||||||
|
|
||||||
#endif /* SIMULATOR */
|
#endif /* SIMULATOR */
|
||||||
|
|
|
||||||
|
|
@ -70,4 +70,6 @@
|
||||||
/* Define this for S/PDIF output available */
|
/* Define this for S/PDIF output available */
|
||||||
#define HAVE_SPDIF_OUT
|
#define HAVE_SPDIF_OUT
|
||||||
|
|
||||||
|
#define CONFIG_LCD LCD_SSD1815
|
||||||
|
|
||||||
#endif /* SIMULATOR */
|
#endif /* SIMULATOR */
|
||||||
|
|
|
||||||
|
|
@ -76,4 +76,6 @@
|
||||||
/* Define this if you have a software controlled poweroff */
|
/* Define this if you have a software controlled poweroff */
|
||||||
#define HAVE_SW_POWEROFF
|
#define HAVE_SW_POWEROFF
|
||||||
|
|
||||||
|
#define CONFIG_LCD LCD_SSD1815
|
||||||
|
|
||||||
#endif /* SIMULATOR */
|
#endif /* SIMULATOR */
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,8 @@
|
||||||
/* CONFIG_LCD */
|
/* CONFIG_LCD */
|
||||||
#define LCD_GMINI100 0
|
#define LCD_GMINI100 0
|
||||||
#define LCD_SSD1815 1 /* as used by Archos Recorders and Ondios */
|
#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 */
|
/* CONFIG_BACKLIGHT */
|
||||||
#define BL_PA14_LO 0 /* Player, PA14 low active */
|
#define BL_PA14_LO 0 /* Player, PA14 low active */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue