rockbox/uisimulator/sdl
2009-05-25 21:10:45 +00:00
..
button.c 3 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio working on 820 & 925 (untested on the 920). No battery readings. No recording. No plugins. Keymap needs work. 2009-05-25 21:10:45 +00:00
kernel-sdl.c
lcd-bitmap.c Move screendump from apps to firmware, solving two nasty firmware-to-apps calls. This required to move the filename creation functions as well. * Fix bug in the BMP header of Clip screendumps. * Add remote screendump for targets with an LCD remote. * Simplify some ifdefs and rename a macro in the sim. 2009-02-10 23:43:37 +00:00
lcd-bitmap.h Put the display colours for monochrome and greyscale targets into the target config files, and use them both for the simulator UI and screendumps. The Clip now shows the split display properly in screendumps and simulator. A side effect is that screendumps of ordinary monochrome targets are now 4-bit BMP files (saves an alternate code path, and might be more compatible with some gfx programs). * Simplify the simulation of split display, and also simplify greylib simulation. The simulator now always calculates 129 shades (2*128 for a Clip sim), and just uses 2 (or 4) of those for native display simulation. * Centralised the simulator LCD dimension definition. 2009-02-09 00:32:59 +00:00
lcd-charcells.c Fix the Playersim as well. 2009-02-11 00:10:35 +00:00
lcd-charcells.h
lcd-remote-bitmap.c Move screendump from apps to firmware, solving two nasty firmware-to-apps calls. This required to move the filename creation functions as well. * Fix bug in the BMP header of Clip screendumps. * Add remote screendump for targets with an LCD remote. * Simplify some ifdefs and rename a macro in the sim. 2009-02-10 23:43:37 +00:00
lcd-remote-bitmap.h
lcd-sdl.c Fix update rectangle calculation. This caused the black artifacts outside the screen area introduced with backlight simulation for colour targets. 2009-03-04 18:46:08 +00:00
lcd-sdl.h Put the display colours for monochrome and greyscale targets into the target config files, and use them both for the simulator UI and screendumps. The Clip now shows the split display properly in screendumps and simulator. A side effect is that screendumps of ordinary monochrome targets are now 4-bit BMP files (saves an alternate code path, and might be more compatible with some gfx programs). * Simplify the simulation of split display, and also simplify greylib simulation. The simulator now always calculates 129 shades (2*128 for a Clip sim), and just uses 2 (or 4) of those for native display simulation. * Centralised the simulator LCD dimension definition. 2009-02-09 00:32:59 +00:00
Makefile
README
sound.c
sound.h
SOURCES
sprintf.h
system-sdl.h
thread-sdl.c threads_exit should be volatile being polled in a loop on a sim thread and be written by the GUI thread. 2009-01-08 12:40:18 +00:00
thread-sdl.h Allow sims to shut down normally from panic code. 2009-01-08 11:08:22 +00:00
timefuncs.h
timer.c
UI-av300.bmp
UI-c200.bmp
UI-clip.bmp
UI-cowond2.bmp
UI-creativezv.bmp
UI-creativezvm30.bmp
UI-creativezvm60.bmp
UI-e200.bmp
UI-e200v2.bmp
UI-fmrecorder.bmp
UI-fuze.bmp
UI-gigabeatf.bmp
UI-gigabeats.bmp
UI-h10.bmp
UI-h10_5gb.bmp
UI-h100.bmp
UI-h120.bmp
UI-h300.bmp
UI-hdd1630.bmp
UI-iaudio7.bmp
UI-ifp7xx.bmp
UI-ipod1g2g.bmp
UI-ipod3g.bmp
UI-ipod4g.bmp
UI-ipodcolor.bmp
UI-ipodmini.bmp
UI-ipodmini2g.bmp
UI-ipodnano.bmp
UI-ipodvideo.bmp
UI-m3.bmp
UI-m5.bmp
UI-m200v4.bmp
UI-mrobe100.bmp
UI-mrobe500.bmp M:Robe 500: Cleanup the simulator image. 2009-04-18 01:58:52 +00:00
UI-ondavx747.bmp Add support for Onda VX747 simulator (and yes, it needs a better picture) 2009-03-09 23:32:37 +00:00
UI-ondavx747p.bmp Also add support for the Onda VX747+ 2009-03-09 23:40:23 +00:00
UI-ondiofm.bmp
UI-ondiosp.bmp
UI-player.bmp
UI-recorder.bmp
UI-recorderv2.bmp
UI-x5.bmp
UI-yh_820.bmp 3 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio working on 820 & 925 (untested on the 920). No battery readings. No recording. No plugins. Keymap needs work. 2009-05-25 21:10:45 +00:00
UI-yh_920.bmp 3 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio working on 820 & 925 (untested on the 920). No battery readings. No recording. No plugins. Keymap needs work. 2009-05-25 21:10:45 +00:00
UI-yh_925.bmp 3 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio working on 820 & 925 (untested on the 920). No battery readings. No recording. No plugins. Keymap needs work. 2009-05-25 21:10:45 +00:00
uisdl.c Put the display colours for monochrome and greyscale targets into the target config files, and use them both for the simulator UI and screendumps. The Clip now shows the split display properly in screendumps and simulator. A side effect is that screendumps of ordinary monochrome targets are now 4-bit BMP files (saves an alternate code path, and might be more compatible with some gfx programs). * Simplify the simulation of split display, and also simplify greylib simulation. The simulator now always calculates 129 shades (2*128 for a Clip sim), and just uses 2 (or 4) of those for native display simulation. * Centralised the simulator LCD dimension definition. 2009-02-09 00:32:59 +00:00
uisdl.h 3 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio working on 820 & 925 (untested on the 920). No battery readings. No recording. No plugins. Keymap needs work. 2009-05-25 21:10:45 +00:00

To build:

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