There's not much to be shared between gigabeatf and gigabeats lcd code

Give the gigabeats a new lcd type

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31290 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2011-12-15 20:16:05 +00:00
parent 7aff922682
commit c6b9d3dcc9
3 changed files with 3 additions and 2 deletions

View file

@ -612,7 +612,7 @@ target/arm/as3525/lcd-fuze.c
target/arm/ipod/lcd-color_nano.c target/arm/ipod/lcd-color_nano.c
#elif CONFIG_LCD == LCD_IPODMINI || CONFIG_LCD == LCD_IPOD2BPP #elif CONFIG_LCD == LCD_IPODMINI || CONFIG_LCD == LCD_IPOD2BPP
target/arm/ipod/lcd-gray.c target/arm/ipod/lcd-gray.c
#elif defined(GIGABEAT_S) /* FIXME: LCD_GIGABEAT */ #elif CONFIG_LCD == LCD_GIGABEATS
target/arm/imx31/gigabeat-s/lcd-gigabeat-s.c target/arm/imx31/gigabeat-s/lcd-gigabeat-s.c
#elif CONFIG_LCD == LCD_GIGABEAT #elif CONFIG_LCD == LCD_GIGABEAT
target/arm/s3c2440/lcd-s3c2440.c target/arm/s3c2440/lcd-s3c2440.c

View file

@ -231,6 +231,7 @@
#define LCD_CLIPZIP 43 /* as used by the Sandisk Sansa Clip Zip */ #define LCD_CLIPZIP 43 /* as used by the Sandisk Sansa Clip Zip */
#define LCD_HX8340B 44 /* as used by the HiFiMAN HM-601/HM-602/HM-801 */ #define LCD_HX8340B 44 /* as used by the HiFiMAN HM-601/HM-602/HM-801 */
#define LCD_CONNECT 45 /* as used by the Sandisk Sansa Connect */ #define LCD_CONNECT 45 /* as used by the Sandisk Sansa Connect */
#define LCD_GIGABEATS 46
/* LCD_PIXELFORMAT */ /* LCD_PIXELFORMAT */
#define HORIZONTAL_PACKING 1 #define HORIZONTAL_PACKING 1

View file

@ -230,7 +230,7 @@
/* Define this to add support for ATA DMA */ /* Define this to add support for ATA DMA */
#define HAVE_ATA_DMA #define HAVE_ATA_DMA
#define CONFIG_LCD LCD_GIGABEAT #define CONFIG_LCD LCD_GIGABEATS
/* Offset ( in the firmware file's header ) to the file CRC */ /* Offset ( in the firmware file's header ) to the file CRC */
#define FIRMWARE_OFFSET_FILE_CRC 0 #define FIRMWARE_OFFSET_FILE_CRC 0