1
0
Fork 0
forked from len0rd/rockbox

M:Robe 100: add button definition/bitmaps to plugins and enable compilation

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16469 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Kukla 2008-03-01 22:55:09 +00:00
parent 9876d91e35
commit d6c8b57b50
56 changed files with 507 additions and 26 deletions

View file

@ -1,4 +1,4 @@
#if !defined(OLYMPUS_MROBE_100) && !defined(COWON_D2)
#if !defined(COWON_D2)
/* plugins common to all models */
battery_bench.c
@ -63,7 +63,7 @@ blackjack.c
bounce.c
bubbles.c
#if (LCD_WIDTH >= 160)
#if (LCD_DEPTH > 1)
invadrox.c
#endif
@ -148,9 +148,9 @@ iriver_flash.c
#endif
#endif /* iFP7xx */
#if (LCD_WIDTH > 138)
/* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini and ifp */
#if (LCD_WIDTH > 138) && (LCD_DEPTH > 1)
/* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini, mrobe100 and ifp*/
superdom.c
#endif
#endif /* m:robe 500 */
#endif /* m:robe 100 */
#endif /* COWON_D2 */