blob: 67320678986a4f4a29dd72bed978efff6963b5ae (
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
|
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
<!-- define elements -->
<element name="digit" defstate="0">
<led7seg><color red="1.0" green="0.25" blue="0.28" /></led7seg>
</element>
<element name="led" defstate="0">
<disk state="0"><color red="0.1" green="0.025" blue="0.028" /></disk>
<disk state="1"><color red="0.5" green="0.125" blue="0.14" /></disk>
<disk state="2"><color red="1.0" green="0.25" blue="0.28" /></disk>
</element>
<!-- build screen -->
<view name="Internal Layout">
<bounds left="-1" right="14" top="-1" bottom="21.5" />
<element name="5.7" ref="led"><bounds x="0" y="0" width="1" height="1" /></element>
<element name="8.a" ref="led"><bounds x="6" y="0" width="1" height="1" /></element>
<element name="6.7" ref="led"><bounds x="12" y="0" width="1" height="1" /></element>
<element name="0.7" ref="led"><bounds x="0" y="2.5" width="1" height="1" /></element>
<element name="1.7" ref="led"><bounds x="3" y="2.5" width="1" height="1" /></element>
<element name="2.7" ref="led"><bounds x="6" y="2.5" width="1" height="1" /></element>
<element name="3.7" ref="led"><bounds x="9" y="2.5" width="1" height="1" /></element>
<element name="4.7" ref="led"><bounds x="12" y="2.5" width="1" height="1" /></element>
<element name="0.6" ref="led"><bounds x="0" y="5" width="1" height="1" /></element>
<element name="1.6" ref="led"><bounds x="3" y="5" width="1" height="1" /></element>
<element name="2.6" ref="led"><bounds x="6" y="5" width="1" height="1" /></element>
<element name="3.6" ref="led"><bounds x="9" y="5" width="1" height="1" /></element>
<element name="4.6" ref="led"><bounds x="12" y="5" width="1" height="1" /></element>
<element name="0.5" ref="led"><bounds x="0" y="7.5" width="1" height="1" /></element>
<element name="1.5" ref="led"><bounds x="3" y="7.5" width="1" height="1" /></element>
<element name="2.5" ref="led"><bounds x="6" y="7.5" width="1" height="1" /></element>
<element name="3.5" ref="led"><bounds x="9" y="7.5" width="1" height="1" /></element>
<element name="4.5" ref="led"><bounds x="12" y="7.5" width="1" height="1" /></element>
<element name="0.4" ref="led"><bounds x="0" y="10" width="1" height="1" /></element>
<element name="1.4" ref="led"><bounds x="3" y="10" width="1" height="1" /></element>
<element name="2.4" ref="led"><bounds x="6" y="10" width="1" height="1" /></element>
<element name="3.4" ref="led"><bounds x="9" y="10" width="1" height="1" /></element>
<element name="4.4" ref="led"><bounds x="12" y="10" width="1" height="1" /></element>
<element name="0.3" ref="led"><bounds x="0" y="12.5" width="1" height="1" /></element>
<element name="1.3" ref="led"><bounds x="3" y="12.5" width="1" height="1" /></element>
<element name="2.3" ref="led"><bounds x="6" y="12.5" width="1" height="1" /></element>
<element name="3.3" ref="led"><bounds x="9" y="12.5" width="1" height="1" /></element>
<element name="4.3" ref="led"><bounds x="12" y="12.5" width="1" height="1" /></element>
<element name="0.0" ref="led"><bounds x="0" y="15" width="1" height="1" /></element>
<element name="1.0" ref="led"><bounds x="3" y="15" width="1" height="1" /></element>
<element name="2.0" ref="led"><bounds x="6" y="15" width="1" height="1" /></element>
<element name="3.0" ref="led"><bounds x="9" y="15" width="1" height="1" /></element>
<element name="4.0" ref="led"><bounds x="12" y="15" width="1" height="1" /></element>
<element name="digit5" ref="digit"><bounds x="4.5" y="17.5" width="2" height="3" /></element>
<element name="digit6" ref="digit"><bounds x="6.5" y="17.5" width="2" height="3" /></element>
</view>
</mamelayout>
|