forked from len0rd/rockbox
Revert "Remove YUV blitting functions and LCD modes"
This reverts commit fe6aa21e9e.
Change-Id: I8bb1e5d6c52ed1478002d2140ef494ec5d62b8e3
This commit is contained in:
parent
f9ea1fc79d
commit
418169aff8
54 changed files with 9638 additions and 3 deletions
|
|
@ -222,6 +222,15 @@ static const struct plugin_api rockbox_api = {
|
|||
#if LCD_DEPTH >= 16
|
||||
lcd_bitmap_transparent_part,
|
||||
lcd_bitmap_transparent,
|
||||
#if MEMORYSIZE > 2
|
||||
lcd_blit_yuv,
|
||||
#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \
|
||||
|| defined(IRIVER_H10) || defined(COWON_D2) || defined(PHILIPS_HDD1630) \
|
||||
|| defined(SANSA_FUZE) || defined(SANSA_E200V2) || defined(SANSA_FUZEV2) \
|
||||
|| defined(TOSHIBA_GIGABEAT_S) || defined(PHILIPS_SA9200)
|
||||
lcd_yuv_set_options,
|
||||
#endif
|
||||
#endif /* MEMORYSIZE > 2 */
|
||||
#elif (LCD_DEPTH < 4) && (CONFIG_PLATFORM & PLATFORM_NATIVE)
|
||||
lcd_blit_mono,
|
||||
lcd_blit_grey_phase,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue