forked from len0rd/rockbox
%T|x|y|width|height|action| <- setup a region (relative to the current viewport) where if pressed the "action" will be done (currently play/stop/prev/next/menu/browse work, suggestions for others to add and better names welcome) %Tl<timeout> <- used as a conditional to say if the touchscreen was touched in the last <timeout>, use this to enable/disable button viewports or something... same syntax as other timeout tags cabbiev2 for the mr500 has been modified to demonstrate the new tags. press the pause/play button to pause playback. press the rockbox logo to get back to the menu. pretty icons needed to make this more usable :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20753 a1c6a512-1295-4272-9138-f99709370657 |
||
|---|---|---|
| .. | ||
| button.c | ||
| kernel-sdl.c | ||
| lcd-bitmap.c | ||
| lcd-bitmap.h | ||
| lcd-charcells.c | ||
| lcd-charcells.h | ||
| lcd-remote-bitmap.c | ||
| lcd-remote-bitmap.h | ||
| lcd-sdl.c | ||
| lcd-sdl.h | ||
| Makefile | ||
| README | ||
| sound.c | ||
| sound.h | ||
| SOURCES | ||
| sprintf.h | ||
| system-sdl.h | ||
| thread-sdl.c | ||
| thread-sdl.h | ||
| 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 | ||
| UI-ondavx747.bmp | ||
| UI-ondavx747p.bmp | ||
| UI-ondiofm.bmp | ||
| UI-ondiosp.bmp | ||
| UI-player.bmp | ||
| UI-recorder.bmp | ||
| UI-recorderv2.bmp | ||
| UI-x5.bmp | ||
| uisdl.c | ||
| uisdl.h | ||
To build: $ ../tools/configure [answer questions] $ make $ ./rockboxui