From 1ab74404e642eca500400fc7cdc881719d57a768 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 6 Sep 2010 12:27:38 +0000 Subject: Add a work-in-progress 320x400 touch enabled sbs. Very basic, please help! top left corner is menu, top right is context menu, otherwise use the UI viewport to move around. bottom area is eventually going to be a touch panel region (and track display if music is playing). 99% sure you cant do a popup region above the UI viewport which is why I've stolen the bottom region git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28006 a1c6a512-1295-4272-9138-f99709370657 --- backdrops/cabbiev2.320x480x16.WIP.bmp | Bin 0 -> 614454 bytes wps/cabbiev2.320x240x16.WIP.sbs | 15 +++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 backdrops/cabbiev2.320x480x16.WIP.bmp create mode 100644 wps/cabbiev2.320x240x16.WIP.sbs diff --git a/backdrops/cabbiev2.320x480x16.WIP.bmp b/backdrops/cabbiev2.320x480x16.WIP.bmp new file mode 100644 index 0000000000..b3397aa599 Binary files /dev/null and b/backdrops/cabbiev2.320x480x16.WIP.bmp differ diff --git a/wps/cabbiev2.320x240x16.WIP.sbs b/wps/cabbiev2.320x240x16.WIP.sbs new file mode 100644 index 0000000000..883cf65597 --- /dev/null +++ b/wps/cabbiev2.320x240x16.WIP.sbs @@ -0,0 +1,15 @@ +%V(0,0,32,32,1) +%T(0,0,32,32,menu) + +%V(-32,0,32,32,1) +%T(0,0,32,32,contextmenu) + +%Fl(2,18-Adobe-Helvetica-Bold.fnt) +%V(32,18,256,20,2)%Vf(000000) +%s%ac%?Lt<%Lt> + +%Vi(-,10,40,-,-64,1) + + +%V(0,-64,-,-,1) +%ac%s%?ia<%ia%?it< - %it>> \ No newline at end of file -- cgit v1.2.3