blob: 82a27da4c7065bdd628c41fd5763a85e2927b20a (
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
|
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
<!-- define elements -->
<element name="mul"><rect><color red="0.8" green="0.8" blue="0.8" /></rect></element>
<element name="text_l1"><text string="cd"><color red="1" green="1" blue="1" /></text></element>
<element name="text_l2"><text string="1"><color red="1" green="1" blue="1" /></text></element>
<element name="text_l3"><text string="2"><color red="1" green="1" blue="1" /></text></element>
<element name="text_l4"><text string="3"><color red="1" green="1" blue="1" /></text></element>
<element name="text_l5"><text string="4"><color red="1" green="1" blue="1" /></text></element>
<element name="text_l6"><text string="5"><color red="1" green="1" blue="1" /></text></element>
<element name="text_l7"><text string="h"><color red="1" green="1" blue="1" /></text></element>
<element name="text_l8"><text string="s"><color red="1" green="1" blue="1" /></text></element>
<element name="digit" defstate="0">
<led7seg><color red="0.2" green="1.0" blue="0.85" /></led7seg>
</element>
<!-- build screen -->
<view name="Internal Layout">
<!-- labels -->
<collection name="Labels">
<element ref="text_l1"><bounds x="10" y="26" width="10" height="7.5" /></element>
<element ref="text_l2"><bounds x="20" y="26" width="10" height="7.5" /></element>
<element ref="text_l3"><bounds x="30" y="26" width="10" height="7.5" /></element>
<element ref="text_l4"><bounds x="40" y="26" width="10" height="7.5" /></element>
<element ref="text_l5"><bounds x="50" y="26" width="10" height="7.5" /></element>
<element ref="text_l6"><bounds x="60" y="26" width="10" height="7.5" /></element>
<element ref="text_l7"><bounds x="80" y="26" width="10" height="7.5" /></element>
<element ref="text_l8"><bounds x="90" y="26" width="10" height="7.5" /></element>
<element ref="mul" blend="multiply"><bounds x="8" y="7" width="94" height="28" /></element>
</collection>
<!-- display -->
<element name="digit5" ref="digit"><bounds x="10" y="10" width="10" height="15" /></element>
<element name="digit0" ref="digit"><bounds x="20" y="10" width="10" height="15" /></element>
<element name="digit1" ref="digit"><bounds x="30" y="10" width="10" height="15" /></element>
<element name="digit2" ref="digit"><bounds x="40" y="10" width="10" height="15" /></element>
<element name="digit3" ref="digit"><bounds x="50" y="10" width="10" height="15" /></element>
<element name="digit4" ref="digit"><bounds x="60" y="10" width="10" height="15" /></element>
<element ref="digit"><bounds x="70" y="10" width="10" height="15" /></element> <!-- N/C -->
<element name="digit7" ref="digit"><bounds x="80" y="10" width="10" height="15" /></element>
<element name="digit6" ref="digit"><bounds x="90" y="10" width="10" height="15" /></element>
</view>
</mamelayout>
|