blob: b1910f968e7c9197ae3125722328dc2f91b1719f (
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
|
<?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>
<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="453" bottom="235" />
</element>
<element name="digit5" ref="digit">
<bounds left="107" top="105" right="155" bottom="185" />
</element>
<element name="digit4" ref="digit">
<bounds left="155" top="105" right="203" bottom="185" />
</element>
<element name="digit3" ref="digit">
<bounds left="203" top="105" right="251" bottom="185" />
</element>
<element name="digit2" ref="digit">
<bounds left="251" top="105" right="299" bottom="185" />
</element>
<element name="digit1" ref="digit">
<bounds left="347" top="105" right="395" bottom="185" />
</element>
<element name="digit0" ref="digit">
<bounds left="395" top="105" right="443" bottom="185" />
</element>
<element name="led7" ref="red_led">
<bounds left="180" right="200" top="205" bottom="225" />
</element>
<element name="led6" ref="red_led">
<bounds left="210" right="230" top="205" bottom="225" />
</element>
<element name="led5" ref="red_led">
<bounds left="240" right="260" top="205" bottom="225" />
</element>
<element name="led4" ref="red_led">
<bounds left="270" right="290" top="205" bottom="225" />
</element>
<element name="led3" ref="red_led">
<bounds left="300" right="320" top="205" bottom="225" />
</element>
<element name="led2" ref="red_led">
<bounds left="330" right="350" top="205" bottom="225" />
</element>
<element name="led1" ref="red_led">
<bounds left="360" right="380" top="205" bottom="225" />
</element>
<element name="led0" ref="red_led">
<bounds left="390" right="410" top="205" bottom="225" />
</element>
</view>
</mamelayout>
|