microvision: workaround MT7586, no visible change (nw)

(cherry picked from commit 15e9103d30)
This commit is contained in:
hap 2020-05-10 23:17:52 +02:00
parent 7b1da36ed4
commit 005f00ce9d

View File

@ -6,7 +6,8 @@ license:CC0
<!-- define elements -->
<element name="lcdb"><rect><color red="0.59" green="0.60" blue="0.44" /></rect></element>
<element name="lcdw"><rect><color red="1" green="1" blue="1" /></rect></element>
<element name="lcdm"><rect><color red="0.59" green="0.60" blue="0.44" /></rect></element>
<element name="lcda"><rect><color red="0.17" green="0.15" blue="0.27" /></rect></element> <!-- blue tint -->
<element name="nothing" defstate="0"><text string=" "/></element>
@ -23,16 +24,17 @@ license:CC0
<view name="Internal Layout">
<bounds left="0" right="18" top="0" bottom="18" />
<element ref="lcdb"><bounds x="0" y="0" width="18" height="18" /></element>
<screen index="0" blend="multiply"><bounds x="1" y="1" width="16" height="16" /></screen>
<element ref="lcdw"><bounds x="0" y="0" width="18" height="18" /></element>
<screen index="0"><bounds x="1" y="1" width="16" height="16" /></screen>
<!-- draw the grid -->
<repeat count="17">
<param name="i" start="0.95" increment="1" />
<element ref="lcdb"><bounds x="~i~" y="0.5" width="0.1" height="17" /></element>
<element ref="lcdb"><bounds x="0.5" y="~i~" width="17" height="0.1" /></element>
<element ref="lcdw"><bounds x="~i~" y="0.5" width="0.1" height="17" /></element>
<element ref="lcdw"><bounds x="0.5" y="~i~" width="17" height="0.1" /></element>
</repeat>
<element ref="lcdm" blend="multiply"><bounds x="0" y="0" width="18" height="18" /></element>
<element ref="lcda" blend="add"><bounds x="0" y="0" width="18" height="18" /></element>
<!-- show paddle position -->