Improvements to cabbie v2 for the Gigabeat. The font is now helvR12, which looks better than helvR14 and is consistent with other targets. Also corrected kB/s to kbit/s.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16537 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d6a5f62067
commit
064f702a80
3 changed files with 13 additions and 12 deletions
|
@ -271,7 +271,7 @@ Author: Johannes Voggenthaler, Apoo Maha, Marc Guay, Alex Vanderpol, Jerry Lange
|
||||||
|
|
||||||
# Preferred font (including .fnt extension - leave blank for player):
|
# Preferred font (including .fnt extension - leave blank for player):
|
||||||
Font.320x240x16: helvR12.fnt
|
Font.320x240x16: helvR12.fnt
|
||||||
Font.240x320x16: helvR14.fnt
|
Font.240x320x16: helvR12.fnt
|
||||||
Font.220x176x16: helvR10.fnt
|
Font.220x176x16: helvR10.fnt
|
||||||
Font.176x220x16: helvR10.fnt
|
Font.176x220x16: helvR10.fnt
|
||||||
Font.176x132x16: helvR10.fnt
|
Font.176x132x16: helvR10.fnt
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# (C) Keith Perri (kperri) ported to (Gigabeat)
|
# (C) Keith Perri (kperri) ported to (Gigabeat)
|
||||||
#derived from "cabbie" (C) Yohann Misquitta
|
#derived from "cabbie" (C) Yohann Misquitta
|
||||||
%wd
|
%wd
|
||||||
%ac%ca, %cb %cd, %?cf<%cH:%cM:%cS|%cl:%cM:%cS %cP>
|
|
||||||
%X|wpsbackdrop-240x320x16.bmp|0|0|
|
%X|wpsbackdrop-240x320x16.bmp|0|0|
|
||||||
%P|pb-240x320x16.bmp|
|
%P|pb-240x320x16.bmp|
|
||||||
%xl|A|lockclosed-240x320x16.bmp|11|292|
|
%xl|A|lockclosed-240x320x16.bmp|11|292|
|
||||||
|
@ -38,24 +38,25 @@
|
||||||
%xl|X|pause-240x320x16.bmp|206|292|
|
%xl|X|pause-240x320x16.bmp|206|292|
|
||||||
%xl|Y|ff-240x320x16.bmp|206|292|
|
%xl|Y|ff-240x320x16.bmp|206|292|
|
||||||
%xl|Z|rew-240x320x16.bmp|206|292|
|
%xl|Z|rew-240x320x16.bmp|206|292|
|
||||||
%Cl|50|35|sc140|sc140|
|
%Cl|55|30|sc130|sc130|
|
||||||
%pb|13|22|221|241|
|
%pb|13|22|221|254|
|
||||||
%?C<|>
|
|
||||||
%?C<|>
|
%?C<|>
|
||||||
%?C<|%s%ac%?it<%it|%fn>>
|
%?C<|%s%ac%?it<%it|%fn>>
|
||||||
%?C<|%s%ac%?ia<%ia|%?d2<%d2|(root)>>>
|
%?C<|%s%ac%?ia<%ia|%?d2<%d2|(root)>>>
|
||||||
%?C<|%s%ac%?id<%id|%?d1<%d1|(root)>>>
|
%?C<|%s%ac%?id<%id|%?d1<%d1|(root)>>>
|
||||||
%?C<|%ac%?iy<%iy|>>
|
%?C<|%ac%?iy<%iy|>>
|
||||||
%?C<|>
|
%?C<|>
|
||||||
%?C<|%ac%?fv<(vbr) |>%fb kB/s %fc>
|
%?C<|%ac%?ig<%ig|>>
|
||||||
%?C<|>
|
%?C<|%ac%?fv<(vbr) |>%fb kbit/s %fc>
|
||||||
%?C<%s%ac%?it<%it|%fn>|%acNext Track:>
|
|
||||||
%?C<%s%ac%?ia<%ia|%?d2<%d2|(root)>>|%ac%s%It>
|
|
||||||
%?C<%s%ac%?id<%id|%?d1<%d1|(root)>>|%s%ac%?It<%Ia|%Fn>>
|
|
||||||
%?C<|>
|
%?C<|>
|
||||||
|
%?C<%s%ac%?it<%it|%fn>|>
|
||||||
|
%?C<%s%ac%?ia<%ia|%?d2<%d2|(root)>>|%acNext Track:>
|
||||||
|
%?C<%s%ac%?id<%id|%?d1<%d1|(root)>>|%ac%s%It>
|
||||||
|
%?C<|%s%ac%?It<%Ia|%Fn>>
|
||||||
|
%?C<%s%ac%?Ia<Next: %Ia - |%?Fn<Next: %Fn|>>%It|>
|
||||||
|
|
||||||
|
|
||||||
%pc%ac%pp of %pe%ar%pr
|
%pc%ac%pp of %pe%ar%pr
|
||||||
%?C<%s%ac%?Ia<Next: %Ia - |%?Fn<Next: %Fn|>>%It|>
|
|
||||||
|
|
||||||
%?mh<%xdA|%xdB>
|
%?mh<%xdA|%xdB>
|
||||||
%?bp<%?bc<%xdD|%xdC>|%?bl<|%xdE|%xdF|%xdG|%xdH|%xdI|%xdJ|%xdK|%xdL>>
|
%?bp<%?bc<%xdD|%xdC>|%?bl<|%xdE|%xdF|%xdG|%xdH|%xdI|%xdJ|%xdK|%xdL>>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 225 KiB After Width: | Height: | Size: 300 KiB |
Loading…
Reference in a new issue