Advertisement
Guest User

Radio screen

a guest
Dec 29th, 2010
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. #__________________________________________
  2.  
  3. #
  4.  
  5. # -=# Ambiance (V1.0) #=-
  6.  
  7. #
  8.  
  9. # For MP3 players of the resolution 220x176
  10.  
  11. # by Eduardo Rivas (jerivasmelgar(at)gmail.com)
  12.  
  13. #
  14.  
  15. # Code based on Darkness
  16.  
  17. # by Luke Wagner AKA Doleo (lwagner5465(at)gmail.com)
  18. # and Keep it Simple, Stupid! v2
  19. # by Michael Huth (http://themes.rockbox.org/index.php?themeid=1119)
  20.  
  21. #
  22.  
  23. # All graphics are from the Ubuntu-mono-dark
  24.  
  25. # and Humanity iconsets, owned by Canonical Ltd.
  26.  
  27. #
  28.  
  29. # [Last Modified on 12/29/2010]
  30.  
  31. #__________________________________________
  32.  
  33. #
  34.  
  35. # This theme is released under the following license:
  36.  
  37. # Creative Commons Attribution-Share Alike 3.0 Unported License
  38.  
  39. # http://creativecommons.org/licenses/by-sa/3.0/
  40.  
  41. #__________________________________________
  42.  
  43. #
  44.  
  45. #Disable Status Bar
  46.  
  47. %wd
  48.  
  49. #
  50.  
  51. #BG, Images and font:
  52.  
  53. #
  54.  
  55. %X(ambiancefms.bmp)0%|0%|
  56.  
  57. #
  58.  
  59. %xl(d,volume.bmp,110,0,4)
  60.  
  61. %xl(i,battery.bmp,85,5,6)
  62. %Fl(2,35-Nimbus.fnt)
  63.  
  64. #
  65.  
  66. #Tray icons:
  67.  
  68. #
  69.  
  70. %V(0,0,-,19,-)
  71.  
  72. #Power
  73.  
  74. %?bp<%?bc<%xd(if)%Vd(b)|%xd(if)%Vd(c)>|%Vd(a)%?bl<%xd(ia)|%xd(ia)|%xd(ib)|%xd(ic)|%xd(id)|%xd(ie)>>
  75.  
  76. #Volume
  77.  
  78. %?pv<%xd(da)|%xd(db)|%xd(db)|%xd(dc)|%xd(dc)|%xd(dd)|%xd(dd)>
  79.  
  80. #Date
  81.  
  82. %V(132,7,50,10,0)%Vf(CCCCCC)
  83. %cb %cd
  84. #Real Time Clock
  85.  
  86. %V(168,7,50,10,0)%Vf(CCCCCC)
  87.  
  88. %?cc<%?cf<%ac%cH:%cM:%cS|%al%cl:%cM %cP>|Clock needs setting!>
  89.  
  90. #
  91. #Text and scan mode
  92. %V(6,35,212,-,1)
  93. %Vf(f07746)
  94. Rockbox Radio
  95. %Vf(383838)
  96. %?tm<%Sx(Mode:) %Sx(Scan)|%Tn [%Ti / %Tc]>
  97. #
  98. # Current Frequency
  99. %V(4,80,100,-,2)%Vf(f07746)
  100. %ar%tf
  101. %V(110,96,-,-,1)%Vf(383838)
  102. MHz
  103. #
  104. # Mono/stereo mode, Min/Max freq:
  105. %V(5,159,220,-,1)
  106. %Vf(CCCCCC)
  107. %al%ta%ac%?ts<%Sx(Stereo)|%Sx(Mono)>%ar%tb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement