1
0
Fork 0
forked from len0rd/rockbox

More touchscreen additions, quickscreen, browser, context menu, skip fwd/back buttons in the mr500 wps (a "button bar" will pop up for 2.5s when the screen is touched.)

icons by Johannes Voggenthaler
pitch screen icon is there but not used because that screen isnt fixed for the touhscreen yet


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20939 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2009-05-15 06:02:50 +00:00
parent ad5d665620
commit 13cc654cea
8 changed files with 27 additions and 1 deletions

View file

@ -1163,7 +1163,8 @@ static struct touchaction touchactions[] = {
{"play", ACTION_WPS_PLAY }, {"stop", ACTION_WPS_STOP }, {"play", ACTION_WPS_PLAY }, {"stop", ACTION_WPS_STOP },
{"prev", ACTION_WPS_SKIPPREV }, {"next", ACTION_WPS_SKIPNEXT }, {"prev", ACTION_WPS_SKIPPREV }, {"next", ACTION_WPS_SKIPNEXT },
{"menu", ACTION_WPS_MENU }, {"browse", ACTION_WPS_BROWSE }, {"menu", ACTION_WPS_MENU }, {"browse", ACTION_WPS_BROWSE },
{"shuffle", ACTION_TOUCH_SHUFFLE }, {"repmode", ACTION_TOUCH_REPMODE } {"shuffle", ACTION_TOUCH_SHUFFLE }, {"repmode", ACTION_TOUCH_REPMODE },
{"quickscreen", ACTION_WPS_QUICKSCREEN },{"contextmenu", ACTION_WPS_CONTEXT },
}; };
static int parse_touchregion(const char *wps_bufptr, static int parse_touchregion(const char *wps_bufptr,
struct wps_token *token, struct wps_data *wps_data) struct wps_token *token, struct wps_data *wps_data)
@ -1187,6 +1188,8 @@ static int parse_touchregion(const char *wps_bufptr,
* browse - go back to the file/db browser * browse - go back to the file/db browser
* shuffle - toggle shuffle mode * shuffle - toggle shuffle mode
* repmode - cycle the repeat mode * repmode - cycle the repeat mode
* quickscreen - go into the quickscreen
* contextmenu - open the context menu
*/ */
if ((wps_data->touchregion_count +1 >= MAX_TOUCHREGIONS) || (*ptr != '|')) if ((wps_data->touchregion_count +1 >= MAX_TOUCHREGIONS) || (*ptr != '|'))

View file

@ -13,6 +13,10 @@
%xl|D|shuffle-320x240x16.bmp|218|211| %xl|D|shuffle-320x240x16.bmp|218|211|
%xl|E|repeat-320x240x16.bmp|261|207|4| %xl|E|repeat-320x240x16.bmp|261|207|4|
%xl|F|playmode-320x240x16.bmp|286|207|5| %xl|F|playmode-320x240x16.bmp|286|207|5|
# toggle the touchscreen button viewport
%?Tl2.5<%Vdt|%Vdu>
%Cl|16|32|s120|s120| %Cl|16|32|s120|s120|
%pb|pb-320x240x16.bmp|10|162|300|15| %pb|pb-320x240x16.bmp|10|162|300|15|
%?mh<%xdAa|%xdAb> %?mh<%xdAa|%xdAb>
@ -47,3 +51,22 @@
%V|0|180|-|20|1|-|-| %V|0|180|-|20|1|-|-|
%al %pc%ac%pp of %pe%ar%pr %al %pc%ac%pp of %pe%ar%pr
#viewport for the touch icons
%xl|G|browser-320x240x16.bmp|5|5|
%xl|I|pitch-320x240x16.bmp|50|5|
%xl|H|context-320x240x16.bmp|80|5|
%xl|J|quick-320x240x16.bmp|110|5|
%xl|K|rew-320x240x16.bmp|150|5|
%xl|L|ff-320x240x16.bmp|175|5|
%Vl|t|0|74|-|30|1|-|-|
%xdG %xdH %xdI %xdJ %xdK %xdL
%T|0|5|37|24|browse|
#%T|50|5|24|24|pitch|
%T|80|5|24|24|contextmenu|
%T|110|5|24|24|quickscreen|
%T|150|5|24|24|prev|
%T|175|5|24|24|next|
%Vl|u|0|74|-|30|1|-|-|
#purposly left blank

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB