rockbox/apps/keymaps
Jonathan Gordon ca701bf62e Add a function to get the actual button that was pressed (and some
status codes) instead of the action. Use this to figure out which screen 
to do prev/next page on in the lists


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12580 a1c6a512-1295-4272-9138-f99709370657
2007-03-04 07:45:12 +00:00
..
keymap-av300.c Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI simulator (but with a dummy background image for now) and the beginnings of the target-specific firmare code. Port is temporarily using a 2bpp LCD buffer format - the AV300 has a 320x240 colour (YCbCr-based) LCD which will need a new framebuffer format and drawing routines, but the LCD is also capable of various paletted bitmap modes, one of which has an identical framebuffer format to the greyscale ipods. Buttons (and hence the button mappings) are identical to the Archos Recorder, with the exception that the PLAY button on the Recorder is replaced by pressing the joystick on the AV300 (which I call BUTTON_SELECT). The initial port will begin by being strictly HWCODEC, but will evolve to be a hybrid SWCODEC/HWCODEC platform - it has a MAS3587F but also a main CPU (54MHz arm7tdmi plus DSP) capable of software decoding of at least some formats. 2007-01-14 13:48:09 +00:00
keymap-e200.c Introducing the root menu! 2007-03-01 11:14:46 +00:00
keymap-gigabeat.c Introducing the root menu! 2007-03-01 11:14:46 +00:00
keymap-h1x0_h3x0.c Add a function to get the actual button that was pressed (and some 2007-03-04 07:45:12 +00:00
keymap-h10.c Introducing the root menu! 2007-03-01 11:14:46 +00:00
keymap-ifp7xx.c Action code: Made all private functions & variables static. Better module separation, and it saves a bit of binary size. * Added a few missing 'const's. 2006-12-12 07:55:17 +00:00
keymap-ipod.c Introducing the root menu! 2007-03-01 11:14:46 +00:00
keymap-newtarget.c Action code: Made all private functions & variables static. Better module separation, and it saves a bit of binary size. * Added a few missing 'const's. 2006-12-12 07:55:17 +00:00
keymap-ondio.c Introducing the root menu! 2007-03-01 11:14:46 +00:00
keymap-player.c Introducing the root menu! 2007-03-01 11:14:46 +00:00
keymap-recorder.c Introducing the root menu! 2007-03-01 11:14:46 +00:00
keymap-x5.c Introducing the root menu! 2007-03-01 11:14:46 +00:00