1. # Theme: lebellium Samsung-like
  2. # By: Ludovic Jakimon
  3. # Target: 96*96
  4. # websites: www.anythingbutipod.com, www.generationmp3.com, www.tellementnomade.com
  5. # Version 1.30.1
  6. # Current Version: April, 9th 2012
  7. # First Version: November, 5th 2011
  8. #
  9. # derived from the Samsung R0 original while playing screen
  10. #
  11. #
  12. # Disable Status Bar
  13. #
  14. %wd
  15. #
  16. #
  17. # Preload Images
  18. #
  19. %xl(battery,battery.bmp,0,0,9)
  20. %xl(graphic_volume,volume.bmp,0,0,22)
  21. %xl(hold,hold.bmp,0,1)
  22. %xl(playmode,playmode.bmp,0,0,6)
  23. %xl(progress_bar,pb.bmp,0,0)
  24. %xl(virtualled,virtualled.bmp,0,1)
  25. #
  26. #
  27. # Preload Fonts
  28. #
  29. %Fl(2,08-Nedore.fnt)
  30. %Fl(3,4x6-L1.fnt)
  31. %Fl(4,08-Fixed.fnt)
  32. %Fl(5,07-Fixed.fnt)
  33. #
  34. #
  35. # Viewport Conditions
  36. #
  37. %?mv<%Vd(graphic_volume)|%?mp<|%Vd(mini_player)>>
  38. %?ps<%Vd(numeric_volume)%Vd(shuffle)|%?mm<%Vd(numeric_volume_db)|%Vd(numeric_volume)%Vd(repeat)>>
  39. %?mp<%VI(ui_viewport_stop)|%VI(ui_viewport_play)>
  40. #
  41. #
  42. # Graphic Volume
  43. #
  44. %Vl(graphic_volume,0,86,96,-,-)
  45. %?pv<%xd(graphic_volume,1)|%xd(graphic_volume,2)|%xd(graphic_volume,3)|%xd(graphic_volume,4)|%xd(graphic_volume,5)|%xd(graphic_volume,6)|%xd(graphic_volume,7)|%xd(graphic_volume,8)|%xd(graphic_volume,9)|%xd(graphic_volume,10)|%xd(graphic_volume,11)|%xd(graphic_volume,12)|%xd(graphic_volume,13)|%xd(graphic_volume,14)|%xd(graphic_volume,15)|%xd(graphic_volume,16)|%xd(graphic_volume,17)|%xd(graphic_volume,18)|%xd(graphic_volume,19)|%xd(graphic_volume,20)|%xd(graphic_volume,21)|%xd(graphic_volume,22)|>
  46. #
  47. #
  48. # Mini-Player
  49. #
  50. %Vl(mini_player,0,86,-,-,2)
  51. %s%?mp<|%?it<%it|%fn>%?ia< - %ia>|%?it<%it|%fn>%?ia< - %ia>|%?it<%it|%fn>%?ia< - %ia>|%?it<%it|%fn>%?ia< - %ia>|||%tf MHz%?ty< %ty|%?Tn< %Tn>>|%tf MHz %?ty< %ty|%?Tn< %Tn>>>
  52. #
  53. #
  54. # Numeric Volume + Repeat/Shuffle Mode
  55. #
  56. %Vl(numeric_volume_db,11,2,30,6,3)%Vb(4c4d4c)%Vf(adae99)
  57. %pvdB
  58. #
  59. %Vl(numeric_volume,11,2,12,6,3)%Vb(4c4d4c)%Vf(adae99)
  60. %pv
  61. #
  62. %Vl(repeat,25,2,11,6,3)%Vb(4c4d4c)%Vf(adae99)
  63. %?mm<|All| 1|SHF|A-B>
  64. #
  65. %Vl(shuffle,25,2,11,6,3)%Vb(4c4d4c)%Vf(adae99)
  66. SHF
  67. #
  68. #
  69. # Battery Indicator
  70. #
  71. %V(80,0,-,8,-)%Vb(4c4d4c)
  72. %?bp<%?bc<%t(1)%xd(battery,1);%t(1)%xd(battery,2);%t(1)%xd(battery,3);%t(1)%xd(battery,4)|%xd(battery,4)>|%?bl<%xd(battery,5)|%t(1)%xd(battery,5);%t(1) |%xd(battery,6)|%xd(battery,7)|%xd(battery,8)|%xd(battery,9)>>
  73. #
  74. #
  75. # Clock
  76. #
  77. %V(38,1,35,7,5)%Vb(4c4d4c)%Vf(cecece)
  78. %?cf<%ac%cH:%cM|%ac%cI:%cM%cP>
  79. #
  80. #
  81. # Hold + Virtual LED
  82. #
  83. %V(74,0,6,7,3)%Vb(4c4d4c)
  84. %?mh<%xd(hold)|%?lh<%xd(virtualled)>>
  85. #
  86. #
  87. # Play Mode
  88. #
  89. %V(1,1,11,7,3)%Vb(4c4d4c)
  90. %?mp<%xd(playmode,1)|%xd(playmode,2)|%xd(playmode,3)|%xd(playmode,4)|%xd(playmode,5)|%xd(playmode,6)|%t(1)%xd(playmode,6);%t(1)%xd(playmode,3)|%xd(playmode,2)|%xd(playmode,3)>
  91. #
  92. #
  93. # Progress bar
  94. #
  95. %V(0,94,-,-,-)
  96. %pb(0,0,-,-,image,progress_bar)
  97. #
  98. #
  99. # UI Viewports
  100. #
  101. %Vi(ui_viewport_play,0,11,95,74,-)
  102. %Vi(ui_viewport_stop,0,11,95,-,-)