- a few minor adjustments, after consulting with "antonioB" via Skype chat
- a slightly enlarged font for the date
- correcting widget alignment
- finally !
- see photo:
lcd foto 2017-07-07, 22.55.jpg 79.01KB
7 downloads
- XML code for the StandbySummary (template for the front display panel):
<!-- standby -->
<screen name="StandbySummary" position="fill">
<widget source="global.CurrentTime" render="Label" position="0,0" size="132,35" font="Regular;25" valign="top" halign="left" noWrap="1" backgroundColor="black" foregroundColor="orange">
<convert type="ClockToText">Format:%d.%m.%Y</convert>
</widget>
<eLabel position="0,29" size="132,2" backgroundColor="orange" />
<widget source="global.CurrentTime" render="Label" position="1,35" size="94,40" font="Regular;38" valign="bottom" halign="right" noWrap="1" backgroundColor="black" foregroundColor="orange">
<convert type="ClockToText">Format:%H:%M</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="96,34" size="37,36" font="Regular;22" valign="bottom" halign="left" noWrap="1" backgroundColor="black" foregroundColor="orange">
<convert type="ClockToText">Format::%S</convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text="REC" position="103,34" size="25,9" font="Regular;10" zPosition="1" valign="top" halign="left" noWrap="1" backgroundColor="black" foregroundColor="orange">
<convert type="ConditionalShowHide">Blink</convert>
</widget>
</screen>
Maybe this will sometimes help .
Good luck.
Edited by s3n0, 7 July 2017 - 22:45.