Purtroppo non so italiano
Forse qualcuno può tradurre.
Penso che non sia possibile avere due indipendenti
informazioni sul VUduo LCD in standby
Vi è il supporto per una sola riga nel display LCD.
Quali le combinazioni sono possibili
1.Only Time
2.only data
3. Ora e data con lo sguardo cattivo
perché l'informazione è uno dopo l'altro
(Senza spazio tra l'orologio e data)
==============================================
codifica sarebbe simile a questa:
1. Time .This is already in the image.
2. Date
<screen name="StandbySummary" position="0,0" size="132,64">
<widget source="global.CurrentTime" render="Label" position="0,0" size="120,24" font="Regular;19" halign="center">
<convert type="ClockToText">Format:%d.%m.%Y</convert>
</widget>
</screen>
3.Time and Date
<screen name="StandbySummary" position="0,0" size="132,64">
<widget source="global.CurrentTime" render="Label" position="6,4" size="120,24" font="Regular;19" halign="center" valign="center">
<convert type="ClockToText">Format:%H:%M%d.%m.%Y</convert>
</widget>
</screen>
===============================================================
Unfortunately I do not know Italian
Maybe someone can translate it.
I think that it is not possible to have two independent
information on the LCD VUduo in Standby
There is support for only one row in LCD.
What combinations are possible
1.only Time
2.only date
3. Time and date along with the bad look
because information is one after another
(no space between the clock and date)
==============================================
coding would look like this :
1. Time .This is already in the image.
2. Date
<screen name="StandbySummary" position="0,0" size="132,64">
<widget source="global.CurrentTime" render="Label" position="0,0" size="120,24" font="Regular;19" halign="center">
<convert type="ClockToText">Format:%d.%m.%Y</convert>
</widget>
</screen>
3.Time and Date
<screen name="StandbySummary" position="0,0" size="132,64">
<widget source="global.CurrentTime" render="Label" position="6,4" size="120,24" font="Regular;19" halign="center" valign="center">
<convert type="ClockToText">Format:%H:%M%d.%m.%Y</convert>
</widget>
</screen>