This board is now closed. The Blackhole image ended in 2020. The board will remain available in Read Only Mode, so all the posts from the last 15+ years are not lost. We thank you for being part of the community for the last 15+ years. You can join the OpenBh board if you have not already done so at www.openbh.net.

[Solo²] skin.xml - display only clock in standby on VFD

bouboufah

Vu+ Newbie
Hi,

I found how to display only the clock on the vfd, here is the code :

Code:
</screen>
<screen name="StandbySummary" position="0,0" size="132,64">
<widget source="global.CurrentTime" render="Label" position="0,0" size="132,64" font="Regular;30" halign="center" valign="center">
<convert type="ClockToText">Format:%H:%M-%h.%d</convert>
</widget>
</screen>

what do I need to change to display the clock in the middle of vfd

Thanks by advance.
 
Back
Top