Geb hier mal meinen Senf dazu für EasyMedia
<!--EasyMedia_summary-->
<screen name="EasyMediaSummary" position="0,0" size="400,240">
<eLabel text="EasyMedia:" position="2,35" size="396,60" font="LCD1;52" halign="center" foregroundColor="oled1" backgroundColor="#000000"/>
<ePixmap pixmap="Skin_oled/progress-lcd2.png" zPosition="1" position="2,100" size="396,3" />
<widget name="text1" position="2,115" size="396,55" font="LCD1;52" halign="center" />
<ePixmap pixmap="Skin_oled/progress-lcd1.png" zPosition="1" position="0,180" size="400,14" />
<widget source="global.CurrentTime" render="Label" position="0,188" size="200,50" font="LCD1;52" halign="left" valign="top" foregroundColor="oled1" backgroundColor="#000000">
<convert type="ClockToText">Format:%H:%M:%S</convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text="REC" position="200,188" size="200,50" font="LCD1;52" halign="right" valign="top" zPosition="1" foregroundColor="#FF0000" backgroundColor="#000000" >
<convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert>
<convert type="ConditionalShowHide">Blink</convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text=" " position="399,239" zPosition="2" size="1,1" font="LCD;1" halign="left" valign="top" foregroundColor="white" backgroundColor="#FF0000">
<convert type="ConditionalShowHide">Blink</convert>
</widget>
<!-- <eLabel position="399,239" size="1,1" backgroundColor="#0000ff"/>-->
</screen>