forked from len0rd/rockbox
zen/zenxfi: switch lcd driver to 24-bit mode
Change-Id: I2c42f0e422130bcdaf1aaf92c7b56776752f4f64
This commit is contained in:
parent
cd4fb9ee79
commit
d5591a2b28
9 changed files with 22 additions and 46 deletions
|
|
@ -10,7 +10,8 @@ strlen.c
|
|||
#if (defined(SANSA_E200) || defined(GIGABEAT_F) || defined(GIGABEAT_S) || \
|
||||
defined(CREATIVE_ZVx) || defined(SANSA_CONNECT) || defined(SANSA_FUZEPLUS) || \
|
||||
defined(COWON_D2) || defined(MINI2440) || defined(SAMSUNG_YPR0) || \
|
||||
defined(SAMSUNG_YPR1) || (defined(MROBE_500) && !defined(LCD_USE_DMA))) && \
|
||||
defined(SAMSUNG_YPR1) || (defined(MROBE_500) && !defined(LCD_USE_DMA)) || \
|
||||
defined(CREATIVE_ZEN) || defined(CREATIVE_ZENXFI)) && \
|
||||
!defined(SIMULATOR)
|
||||
#if LCD_DEPTH == 24
|
||||
lcd-as-memframe-24bit.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue