mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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:
parent
7aff922682
commit
c6b9d3dcc9
3 changed files with 3 additions and 2 deletions
|
@ -612,7 +612,7 @@ target/arm/as3525/lcd-fuze.c
|
|||
target/arm/ipod/lcd-color_nano.c
|
||||
#elif CONFIG_LCD == LCD_IPODMINI || CONFIG_LCD == LCD_IPOD2BPP
|
||||
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
|
||||
#elif CONFIG_LCD == LCD_GIGABEAT
|
||||
target/arm/s3c2440/lcd-s3c2440.c
|
||||
|
|
|
@ -231,6 +231,7 @@
|
|||
#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_CONNECT 45 /* as used by the Sandisk Sansa Connect */
|
||||
#define LCD_GIGABEATS 46
|
||||
|
||||
/* LCD_PIXELFORMAT */
|
||||
#define HORIZONTAL_PACKING 1
|
||||
|
|
|
@ -230,7 +230,7 @@
|
|||
/* Define this to add support for 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 */
|
||||
#define FIRMWARE_OFFSET_FILE_CRC 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue