mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
Fix simulator build errors for iPod 3g, 4g, mini and mini2g.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11134 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e66b2ec450
commit
28ce6e1091
4 changed files with 20 additions and 20 deletions
|
|
@ -32,6 +32,11 @@
|
||||||
/* define this if you can flip your LCD */
|
/* define this if you can flip your LCD */
|
||||||
#define HAVE_LCD_FLIP
|
#define HAVE_LCD_FLIP
|
||||||
|
|
||||||
|
/* LCD contrast */
|
||||||
|
#define MIN_CONTRAST_SETTING 5
|
||||||
|
#define MAX_CONTRAST_SETTING 63
|
||||||
|
#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */
|
||||||
|
|
||||||
#define CONFIG_KEYPAD IPOD_3G_PAD
|
#define CONFIG_KEYPAD IPOD_3G_PAD
|
||||||
|
|
||||||
/* Define this if you do software codec */
|
/* Define this if you do software codec */
|
||||||
|
|
@ -103,11 +108,6 @@
|
||||||
|
|
||||||
#define USB_NONE
|
#define USB_NONE
|
||||||
|
|
||||||
/* LCD contrast */
|
|
||||||
#define MIN_CONTRAST_SETTING 5
|
|
||||||
#define MAX_CONTRAST_SETTING 63
|
|
||||||
#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */
|
|
||||||
|
|
||||||
/* Virtual LED (icon) */
|
/* Virtual LED (icon) */
|
||||||
#define CONFIG_LED LED_VIRTUAL
|
#define CONFIG_LED LED_VIRTUAL
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,11 @@
|
||||||
|
|
||||||
#define LCD_PIXELFORMAT HORIZONTAL_PACKING
|
#define LCD_PIXELFORMAT HORIZONTAL_PACKING
|
||||||
|
|
||||||
|
/* LCD contrast */
|
||||||
|
#define MIN_CONTRAST_SETTING 5
|
||||||
|
#define MAX_CONTRAST_SETTING 63
|
||||||
|
#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */
|
||||||
|
|
||||||
/* define this if you can flip your LCD */
|
/* define this if you can flip your LCD */
|
||||||
#define HAVE_LCD_FLIP
|
#define HAVE_LCD_FLIP
|
||||||
|
|
||||||
|
|
@ -102,11 +107,6 @@
|
||||||
|
|
||||||
#define USB_IPODSTYLE
|
#define USB_IPODSTYLE
|
||||||
|
|
||||||
/* LCD contrast */
|
|
||||||
#define MIN_CONTRAST_SETTING 5
|
|
||||||
#define MAX_CONTRAST_SETTING 63
|
|
||||||
#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */
|
|
||||||
|
|
||||||
/* define this if the unit can be powered or charged via USB */
|
/* define this if the unit can be powered or charged via USB */
|
||||||
#define HAVE_USB_POWER
|
#define HAVE_USB_POWER
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,11 @@
|
||||||
|
|
||||||
#define LCD_PIXELFORMAT HORIZONTAL_PACKING
|
#define LCD_PIXELFORMAT HORIZONTAL_PACKING
|
||||||
|
|
||||||
|
/* LCD contrast */
|
||||||
|
#define MIN_CONTRAST_SETTING 5
|
||||||
|
#define MAX_CONTRAST_SETTING 63
|
||||||
|
#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */
|
||||||
|
|
||||||
/* define this if you can flip your LCD */
|
/* define this if you can flip your LCD */
|
||||||
#define HAVE_LCD_FLIP
|
#define HAVE_LCD_FLIP
|
||||||
|
|
||||||
|
|
@ -102,11 +107,6 @@
|
||||||
|
|
||||||
#define USB_IPODSTYLE
|
#define USB_IPODSTYLE
|
||||||
|
|
||||||
/* LCD contrast */
|
|
||||||
#define MIN_CONTRAST_SETTING 5
|
|
||||||
#define MAX_CONTRAST_SETTING 63
|
|
||||||
#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */
|
|
||||||
|
|
||||||
/* define this if the unit can be powered or charged via USB */
|
/* define this if the unit can be powered or charged via USB */
|
||||||
#define HAVE_USB_POWER
|
#define HAVE_USB_POWER
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,11 @@
|
||||||
|
|
||||||
#define LCD_PIXELFORMAT HORIZONTAL_PACKING
|
#define LCD_PIXELFORMAT HORIZONTAL_PACKING
|
||||||
|
|
||||||
|
/* LCD contrast */
|
||||||
|
#define MIN_CONTRAST_SETTING 5
|
||||||
|
#define MAX_CONTRAST_SETTING 63
|
||||||
|
#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */
|
||||||
|
|
||||||
/* define this if you can flip your LCD */
|
/* define this if you can flip your LCD */
|
||||||
#define HAVE_LCD_FLIP
|
#define HAVE_LCD_FLIP
|
||||||
|
|
||||||
|
|
@ -105,11 +110,6 @@
|
||||||
|
|
||||||
#define USB_IPODSTYLE
|
#define USB_IPODSTYLE
|
||||||
|
|
||||||
/* LCD contrast */
|
|
||||||
#define MIN_CONTRAST_SETTING 5
|
|
||||||
#define MAX_CONTRAST_SETTING 63
|
|
||||||
#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */
|
|
||||||
|
|
||||||
/* define this if the unit can be powered or charged via USB */
|
/* define this if the unit can be powered or charged via USB */
|
||||||
#define HAVE_USB_POWER
|
#define HAVE_USB_POWER
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue