forked from len0rd/rockbox
Plugin rework 1: (most) Compile-time keyboard configuration, for Ondio adaption. (all) Now using the default event handler, standard placement is now in switch() default case. (snow) Made USB aware. (video) Added contrast setting to Ondio version.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5291 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4a5df8e8d1
commit
cc8cff2ec0
9 changed files with 258 additions and 220 deletions
|
@ -1,4 +1,5 @@
|
|||
/* plugins common to both Player+Recorder model */
|
||||
battery_test.c
|
||||
favorites.c
|
||||
firmware_flash.c
|
||||
helloworld.c
|
||||
|
@ -6,20 +7,16 @@ metronome.c
|
|||
rockbox_flash.c
|
||||
search.c
|
||||
sort.c
|
||||
vbrfix.c
|
||||
#if CONFIG_KEYPAD != ONDIO_PAD
|
||||
/* gradually bring in the ones not working yet */
|
||||
battery_test.c
|
||||
stopwatch.c
|
||||
vbrfix.c
|
||||
viewer.c
|
||||
#endif /* #if CONFIG_KEYPAD != ONDIO_PAD */
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP /* recorder model only */
|
||||
grayscale.c
|
||||
jpeg.c
|
||||
rockblox.c
|
||||
snow.c
|
||||
video.c
|
||||
video.c
|
||||
#if CONFIG_KEYPAD != ONDIO_PAD
|
||||
/* gradually bring in the ones not working yet */
|
||||
bounce.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue