Skip to content

Commit

Permalink
[display800] fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Oct 14, 2024
1 parent f78bd8d commit 322583f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/display800/skin_display_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,18 @@
</screen>

<!-- STANDBY -->
<screen name="StandbySummary" position="0,0" size="800,480">
<widget source="global.CurrentTime" render="Label" position="40,40" size="720,110" font="FdLcD;100" foregroundColor="white" halign="center" valign="center" zPosition="1">
<convert type="ClockToText">ShortDate</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="40,190" size="720,180" font="FdLcD;165" foregroundColor="white" halign="center" valign="center" zPosition="1">
<convert type="ClockToText">Default</convert>
</widget>
<widget source="session.FrontendInfo" render="Label" position="40,380" size="720,70" font="FdLcD;65" foregroundColor="white" halign="left" valign="center" zPosition="2">
<convert type="FrontendInfo">USE_TUNERS_STRING</convert>
</widget>
</screen>

<!-- ET PORTAL -->
<screen name="EtPortalScreenSummary" position="0,0" size="800,480">
<eLabel text="EtPortal" position="15,20" foregroundColor="white" size="670,120" font="FdLcD;70" halign="center" valign="top" noWrap="1" />
Expand Down

0 comments on commit 322583f

Please sign in to comment.