mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Convert remaining memframe LCDs that can be convert to common code.
Massage the way it interfaces a bit to make things more flexible. The chroma_buf scheme on Sansa Connect and Creative ZVx calling the lcd_write_yuv420_lines implementation in lcd-as-memframe.S with five params with a chroma buffer that the function can't use wouldn't work anyway so just have them use the stock implementation (really, how was that working?). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31335 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
13b2f53813
commit
95e6043d5e
14 changed files with 197 additions and 453 deletions
|
@ -856,7 +856,6 @@ target/arm/sandisk/sansa-c200/powermgmt-c200.c
|
|||
#endif /* SANSA_C200 */
|
||||
|
||||
#ifdef SANSA_VIEW
|
||||
target/arm/lcd-as-memframe.S
|
||||
target/arm/sandisk/sansa-view/backlight-view.c
|
||||
target/arm/sandisk/sansa-view/adc-view.c
|
||||
target/arm/sandisk/sansa-view/power-view.c
|
||||
|
@ -1113,6 +1112,7 @@ target/arm/tms320dm320/mrobe-500/usb-mr500.c
|
|||
#endif /* MROBE_500 */
|
||||
|
||||
#ifdef CREATIVE_ZVx
|
||||
drivers/lcd-memframe.c
|
||||
target/arm/lcd-as-memframe.S
|
||||
target/arm/tms320dm320/creative-zvm/adc-creativezvm.c
|
||||
target/arm/tms320dm320/creative-zvm/ata-creativezvm.c
|
||||
|
@ -1126,6 +1126,7 @@ target/arm/tms320dm320/creative-zvm/usb-creativezvm.c
|
|||
#endif /* CREATIVE_ZVx */
|
||||
|
||||
#ifdef SANSA_CONNECT
|
||||
drivers/lcd-memframe.c
|
||||
target/arm/lcd-as-memframe.S
|
||||
target/arm/tms320dm320/sdmmc-dm320.c
|
||||
target/arm/tms320dm320/sansa-connect/crt0-board.S
|
||||
|
@ -1332,6 +1333,7 @@ target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S
|
|||
#endif /* SANSA_FUZEV2 */
|
||||
|
||||
#ifdef SANSA_FUZEPLUS
|
||||
drivers/lcd-memframe.c
|
||||
drivers/synaptics-rmi.c
|
||||
drivers/generic_i2c.c
|
||||
target/arm/lcd-as-memframe.S
|
||||
|
@ -1370,6 +1372,7 @@ target/arm/tcc77x/iaudio7/audio-iaudio7.c
|
|||
#endif /* IAUDIO_7 */
|
||||
|
||||
#ifdef COWON_D2
|
||||
drivers/lcd-memframe.c
|
||||
drivers/nand_id.c
|
||||
drivers/pcf50606.c
|
||||
drivers/pcf50635.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue