blob: f51bd1e93fc6c476df5d1707950fae73f6d50573 (
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
|
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
<element name="digit" defstate="0">
<led7seg>
<color red="0.75" green="0" blue="0.0" />
</led7seg>
</element>
<view name="Default Layout">
<!-- Led address display -->
<element name="digit0" ref="digit">
<bounds x="0" y="0" width="18" height="24" />
</element>
<element name="digit1" ref="digit">
<bounds x="18" y="0" width="18" height="24" />
</element>
<element name="digit2" ref="digit">
<bounds x="36" y="0" width="18" height="24" />
</element>
<element name="digit3" ref="digit">
<bounds x="54" y="0" width="18" height="24" />
</element>
<element name="digit4" ref="digit">
<bounds x="72" y="0" width="18" height="24" />
</element>
<element name="digit5" ref="digit">
<bounds x="90" y="0" width="18" height="24" />
</element>
<element name="digit6" ref="digit">
<bounds x="108" y="0" width="18" height="24" />
</element>
<element name="digit7" ref="digit">
<bounds x="126" y="0" width="18" height="24" />
</element>
<element name="digit8" ref="digit">
<bounds x="144" y="0" width="18" height="24" />
</element>
</view>
</mamelayout>
|