1
0
Fork 0
forked from len0rd/rockbox

Update lcd-as-memframe.S to only rotate YUV data for portrait LCDs (and remove the D2's temporary C implementation). Enable MpegPlayer dithering option for D2.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18055 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rob Purchase 2008-07-15 17:54:58 +00:00
parent bda60d18d8
commit adb6a00c59
5 changed files with 47 additions and 92 deletions

View file

@ -6,7 +6,7 @@
#define SETTINGS_FILENAME "mpegplayer.cfg"
#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \
|| defined (IRIVER_H10)
|| defined(IRIVER_H10) || defined(COWON_D2)
#define MPEG_OPTION_DITHERING_ENABLED 1
#endif