Display in standby for Clarke-Tech ET-9000

baha2

Super VIP
Messages
6,530
Display in standby for Clarke-Tech ET-9000

Who is in standby, just a short time and date would have on the display, the attached file with FTP to:
/ usr/share/enigma2 copy and overwrite the existing.
The file can be edited itself.

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

The area <convert type="ClockToText"> format:% H:% M% d /% m / convert> is appropriate for the display responsible.

Thx koivo.
 
Last edited:
Top