rockbox/uisimulator/sdl
Linus Nielsen Feltzing bf1797b4e5 Remove the annoying backlight debug output in the simulator
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12628 a1c6a512-1295-4272-9138-f99709370657
2007-03-05 21:01:35 +00:00
..
button.c UI simulator: You can now toggle the main and remote hold switches with the h and j keys. It does not filter any keys, though, it mainly toggles the hold state, for WPS testing etc. 2007-03-05 14:48:31 +00:00
kernel.c
lcd-bitmap.c Remove the annoying backlight debug output in the simulator 2007-03-05 21:01:35 +00:00
lcd-bitmap.h
lcd-charcell.c Fix CONFIG_BACKLIGHT warnings. 2007-02-18 10:07:27 +00:00
lcd-charcell.h
lcd-remote-bitmap.c
lcd-remote-bitmap.h
lcd-sdl.c
lcd-sdl.h
Makefile
README
sound.c Implement pcm_set_frequency in the sim. Update Doom plugin to have sound in the simulator. 2007-01-05 10:30:18 +00:00
sound.h
SOURCES Fix build errors. 2007-02-20 15:12:56 +00:00
sprintf.h
thread-sdl.c Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - iPod G3 will be coming soon.) This allows threads to be run on either core provided that all communications between the cores is done using uncached memory. There should be no significant change in battery life from doing this. Documentation (on the RockboxKernel wiki page) will follow shortly. 2007-03-04 20:06:41 +00:00
thread-sdl.h
timefuncs.h
UI-av300.bmp 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
UI-e200.bmp Made sansa and iFP simulator bitmaps binary and restored working versions. 2007-01-10 07:54:52 +00:00
UI-fmrecorder.bmp
UI-gigabeatf.bmp
UI-h10.bmp
UI-h10_5gb.bmp
UI-h100.bmp
UI-h120.bmp
UI-h300.bmp
UI-ifp7xx.bmp Made sansa and iFP simulator bitmaps binary and restored working versions. 2007-01-10 07:54:52 +00:00
UI-ipod3g.bmp Removed executable flag 2007-01-09 23:29:07 +00:00
UI-ipod4g.bmp
UI-ipodcolor.bmp
UI-ipodmini.bmp Removed executable flag 2007-01-09 23:29:07 +00:00
UI-ipodmini2g.bmp Removed executable flag 2007-01-09 23:29:07 +00:00
UI-ipodnano.bmp
UI-ipodvideo.bmp
UI-m5.bmp Actual M5 simulator image. 2007-03-05 18:36:17 +00:00
UI-ondiofm.bmp
UI-ondiosp.bmp
UI-player.bmp
UI-recorder.bmp
UI-recorderv2.bmp
UI-x5.bmp
uisdl.c Fix build errors. 2007-02-20 15:12:56 +00:00
uisdl.h Actual M5 simulator image. 2007-03-05 18:36:17 +00:00

To build:

 $ ../tools/configure
 [answer questions]
 $ make
 $ ./rockboxui