blob: 5c221eb6918a6df1e1dc1a29455c74f321e24678 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
<element name="digit" defstate="0">
<led7seg>
<color red="1.0" green="0.0" blue="0.0" />
</led7seg>
</element>
<element name="red_led" defstate="1">
<disk state="0">
<color red="1.0" green="0.0" blue="0.0" />
</disk>
</element>
<element name="background">
<rect>
<bounds left="0" top="0" right="1" bottom="1" />
<color red="0.0" green="0.0" blue="0.0" />
</rect>
</element>
<view name="Default Layout">
<!-- Black background -->
<element ref="background">
<bounds left="97" top="90" right="597" bottom="235" />
</element>
<element name="digit0" ref="digit">
<bounds left="107" top="105" right="155" bottom="185" />
</element>
<element name="digit1" ref="digit">
<bounds left="155" top="105" right="203" bottom="185" />
</element>
<element name="digit2" ref="digit">
<bounds left="203" top="105" right="251" bottom="185" />
</element>
<element name="digit3" ref="digit">
<bounds left="251" top="105" right="299" bottom="185" />
</element>
<element name="digit4" ref="digit">
<bounds left="299" top="105" right="347" bottom="185" />
</element>
<element name="digit5" ref="digit">
<bounds left="347" top="105" right="395" bottom="185" />
</element>
<element name="digit6" ref="digit">
<bounds left="395" top="105" right="443" bottom="185" />
</element>
<element name="digit7" ref="digit">
<bounds left="443" top="105" right="491" bottom="185" />
</element>
<element name="digit8" ref="digit">
<bounds left="491" top="105" right="539" bottom="185" />
</element>
<element name="digit9" ref="digit">
<bounds left="539" top="105" right="587" bottom="185" />
</element>
<element name="led3" ref="red_led"><!-- 3 -->
<bounds left="210" right="230" top="205" bottom="225" />
</element>
<element name="led2" ref="red_led"><!-- 2 -->
<bounds left="240" right="260" top="205" bottom="225" />
</element>
<element name="led1" ref="red_led"><!-- 1 -->
<bounds left="270" right="290" top="205" bottom="225" />
</element>
<element name="led0" ref="red_led"><!-- 0 -->
<bounds left="300" right="320" top="205" bottom="225" />
</element>
<element name="led6" ref="red_led"><!-- IDLE -->
<bounds left="330" right="350" top="205" bottom="225" />
</element>
<element name="led5" ref="red_led"><!-- FWD -->
<bounds left="360" right="380" top="205" bottom="225" />
</element>
<element name="led4" ref="red_led"><!-- SHIFT -->
<bounds left="390" right="410" top="205" bottom="225" />
</element>
</view>
</mamelayout>
|