OLED info plugin

  • Hi
    Is it possible to make OLED info plugin for OE2 images? i mean plugin to show picons on oled

  • there's no need for a plugin.


    picons are shown, if there exists a proper entry in your skin.xml or skin_user.xml


    here's an example for the infobar:

    Code
    <!--LCD/OLED Screens--> 
    <screen name="InfoBarSummary" position="0,0" size="132,64"> 
    .
    .
    <widget source="session.CurrentService" render="ZombiHD1R3LCDPicon" position="0,1" size="132,62" zPosition="1"> 
    <convert type="ServiceName">Reference</convert>
    .......