1 /** Minimized functionality by digitalfallout **/
19 normal, "border-scale.png";
43 color, 255 255 255 255;
46 font, "Vera"; /* Only font Vera works! Use other and segv */
47 size, 6; /* Font Size */
48 align, 1.0 1.0; /* Text alignment based on rel1/rel2 */
52 /***** START LCD AREA *****/
53 /* LCD Backdrop Image */
61 /* Part should fill from the far left, 20 pixels down */
67 /* all the way to the far right, 40 pixels north of the bottom right corner */
74 normal, "lcd_area.png";
83 /* LCD Clipping Area - Invisible Rect */
112 state, "default" 0.0;
114 /* Use the relative size of the LCD itself, then position with align */
128 color, 181 247 255 255;
130 text, "Artist Name"; /* Text String */
131 font, "redensek"; /* Only font Vera works! Use other and segv */
132 size, 12; /* Font Size */
133 align, 0.0 0.1; /* Text alignment based on rel1/rel2 */
144 state, "default" 0.0;
146 /* Use the relative size of the LCD itself, then position with align */
160 color, 181 247 255 255;
162 text, "Song Name"; /* Text String */
163 font, "redensek"; /* Only font Vera works! Use other and segv */
164 size, 12; /* Font Size */
165 align, 0.0 0.5; /* Text alignment based on rel1/rel2 */
176 state, "default" 0.0;
178 /* Use the relative size of the LCD itself, then position with align */
192 color, 181 247 255 255;
194 text, "0:00"; /* Text String */
195 font, "micro"; /* Only font Vera works! Use other and segv */
196 size, 32; /* Font Size */
197 align, 1.0 1.0; /* Text alignment based on rel1/rel2 */
201 /***** END LCD AREA *****/
203 /***** START BUTTON AREA *****/
205 /***** start previous button *****/
207 name, "previous_button";
211 state, "default" 0.0;
221 normal, "button-small-normal.png";
225 state, "clicked" 0.0;
235 normal, "button-small-clicked.png";
240 name, "previous_text";
242 mouse_events, 0; /* Does part accept mouse events? */
244 state, "default" 0.0;
249 to, "previous_button";
254 to, "previous_button";
258 color, 255 255 255 255; /* Color of text */
259 color2, 0 0 255 255; /* Does nothing for SOFT_SHADOW */
260 color3, 0 0 0 32; /* Color of shadow */
263 text, "Back"; /* Text String */
264 font, "Vera"; /* Only font Vera works! Use other and segv */
265 size, 6; /* Font Size */
266 align, 0.5 0.5; /* Text alignment based on rel1/rel2 */
270 /***** stop previous button *****/
271 /***** start play button *****/
277 state, "default" 0.0;
287 normal, "button-small-normal.png";
291 state, "clicked" 0.0;
301 normal, "button-small-clicked.png";
308 mouse_events, 0; /* Does part accept mouse events? */
310 state, "default" 0.0;
324 color, 255 255 255 255; /* Color of text */
325 color2, 0 0 255 255; /* Does nothing for SOFT_SHADOW */
326 color3, 0 0 0 32; /* Color of shadow */
329 text, "Play"; /* Text String */
330 font, "Vera"; /* Only font Vera works! Use other and segv */
331 size, 6; /* Font Size */
332 align, 0.5 0.5; /* Text alignment based on rel1/rel2 */
336 /***** stop play button *****/
337 /***** start pause button *****/
339 name, "pause_button";
343 state, "default" 0.0;
353 normal, "button-small-normal.png";
357 state, "clicked" 0.0;
367 normal, "button-small-clicked.png";
374 mouse_events, 0; /* Does part accept mouse events? */
376 state, "default" 0.0;
390 color, 255 255 255 255; /* Color of text */
391 color2, 0 0 255 255; /* Does nothing for SOFT_SHADOW */
392 color3, 0 0 0 32; /* Color of shadow */
395 text, "Stop"; /* Text String */
396 font, "Vera"; /* Only font Vera works! Use other and segv */
397 size, 6; /* Font Size */
398 align, 0.5 0.5; /* Text alignment based on rel1/rel2 */
402 /***** stop next button *****/
403 /***** start next button *****/
409 state, "default" 0.0;
419 normal, "button-small-normal.png";
423 state, "clicked" 0.0;
433 normal, "button-small-clicked.png";
440 mouse_events, 0; /* Does part accept mouse events? */
442 state, "default" 0.0;
456 color, 255 255 255 255; /* Color of text */
457 color2, 0 0 255 255; /* Does nothing for SOFT_SHADOW */
458 color3, 0 0 0 32; /* Color of shadow */
461 text, "Next"; /* Text String */
462 font, "Vera"; /* Only font Vera works! Use other and segv */
463 size, 6; /* Font Size */
464 align, 0.5 0.5; /* Text alignment based on rel1/rel2 */
468 /***** stop next button *****/
469 /***** start quit button *****/
475 state, "default" 0.0;
485 normal, "button-small-normal.png";
489 state, "clicked" 0.0;
499 normal, "button-small-clicked.png";
506 mouse_events, 0; /* Does part accept mouse events? */
508 state, "default" 0.0;
522 color, 255 255 255 255; /* Color of text */
523 color2, 0 0 255 255; /* Does nothing for SOFT_SHADOW */
524 color3, 0 0 0 32; /* Color of shadow */
527 text, "Quit"; /* Text String */
528 font, "Vera"; /* Only font Vera works! Use other and segv */
529 size, 6; /* Font Size */
530 align, 0.5 0.5; /* Text alignment based on rel1/rel2 */
534 /***** stop exit button *****/
535 /********** Volume Controls ***************************************/
540 state, "default" 0.0;
554 normal, "vol-label.png";
560 name, "vol_label_text";
562 mouse_events, 0; /* Does part accept mouse events? */
564 state, "default" 0.0;
578 color, 255 255 255 255; /* Color of text */
579 color2, 0 0 255 255; /* Does nothing for SOFT_SHADOW */
580 color3, 0 0 0 32; /* Color of shadow */
583 text, "VOL"; /* Text String */
584 font, "Vera"; /* Only font Vera works! Use other and segv */
585 size, 5; /* Font Size */
586 align, 0.5 0.6; /* Text alignment based on rel1/rel2 */
595 state, "default" 0.0;
611 normal, "vol-display.png";
616 name, "vol_display_text";
618 //clip_to, "vol_display";
620 state, "default" 0.0;
622 /* Use the relative size of the LCD itself, then position with align */
636 color, 181 247 255 255;
638 text, "00"; /* Text String */
639 font, "Vera"; /* Only font Vera works! Use other and segv */
640 size, 8; /* Font Size */
641 align, 0.5 0.6; /* Text alignment based on rel1/rel2 */
647 name, "vol_incr_button";
650 state, "default" 0.0;
666 normal, "vol-plus.png";
670 state, "clicked" 0.0;
686 normal, "vol-plus-clicked.png";
692 name, "vol_decr_button";
695 state, "default" 0.0;
702 to, "vol_incr_button";
707 to, "vol_incr_button";
711 normal, "vol-minus.png";
715 state, "clicked" 0.0;
722 to, "vol_incr_button";
727 to, "vol_incr_button";
731 normal, "vol-minus-clicked.png";