Changeset 42559 for titan


Ignore:
Timestamp:
07/27/18 18:29:30 (6 years ago)
Author:
gost
Message:

fix dummy Display

Location:
titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/lcdsamsung/lcdsamsung.c

    r42553 r42559  
    214214                        LCD_Samsung1 = getscreen("LCD_spf85_Wetter");
    215215          else if(ostrcmp(getconfig("lcd_samsung_plugin_type", NULL), "d320") == 0)
    216                         LCD_Samsung1 = getscreen("LCD_d320_Wetter");
     216                        LCD_Samsung1 = getscreen("LCD_spf_d320_Wetter");
    217217                else
    218218                        LCD_Samsung1 = getscreen("LCD_spf87_Wetter");
     
    283283                        LCD_Samsung1 = getscreen("LCD_spf85");
    284284                else if(ostrcmp(getconfig("lcd_samsung_plugin_type", NULL), "d320") == 0)
    285                         LCD_Samsung1 = getscreen("LCD_d320");
     285                        LCD_Samsung1 = getscreen("LCD_spf_d320");
    286286                else
    287287                        LCD_Samsung1 = getscreen("LCD_spf87"); 
     
    325325                LCD_Play = getscreen("LCD_spf85_Play");
    326326        else if(ostrcmp(getconfig("lcd_samsung_plugin_type", NULL), "d320") == 0)
    327                 LCD_Play = getscreen("LCD_d320_Play");
     327                LCD_Play = getscreen("LCD_spf_d320_Play");
    328328        else
    329329                LCD_Play = getscreen("LCD_spf87_Play");
     
    354354                LCD_Music = getscreen("LCD_spf85_Music");
    355355  else if(ostrcmp(getconfig("lcd_samsung_plugin_type", NULL), "d320") == 0)
    356                 LCD_Music = getscreen("LCD_d320_Music");
     356                LCD_Music = getscreen("LCD_spf_d320_Music");
    357357        else
    358358                LCD_Music = getscreen("LCD_spf87_Music");
     
    456456                        LCD_Standby = getscreen("LCD_spf85_Standby");
    457457                else if(ostrcmp(getconfig("lcd_samsung_plugin_type", NULL), "d320") == 0)
    458                         LCD_Standby = getscreen("LCD_d320_Standby");
     458                        LCD_Standby = getscreen("LCD_spf_d320_Standby");
    459459                else
    460460                        LCD_Standby = getscreen("LCD_spf87_Standby");
  • titan/skins/lcdsamsung/skin.xml

    r42553 r42559  
    487487</screen>
    488488
    489 <screen halign=center fontcol=fontcol fontsize=30 name=LCD_d320 posx=0 posy=0 width=320 height=240 bgcol=000000>
     489<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf_d320 posx=0 posy=0 width=320 height=240 bgcol=000000>
    490490<node fontsize=40 halign=center text="" func=getaktchannelname name=channelname posx=5 posy=5 width=310 height=40 fontcol=fontcol/>
    491491<node func=getpicon posx=110 posy=50 width=100 height=60/>
     
    496496</screen>
    497497
    498 <screen halign=center fontcol=fontcol fontsize=30 name=LCD_d320_Wetter posx=0 posy=0 width=320 height=240 bgcol=000000>
     498<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf_d320_Wetter posx=0 posy=0 width=320 height=240 bgcol=000000>
    499499<node fontsize=50 halign=center text="" func=getaktchannelname name=channelname posx=5 posy=3 width=310 height=50 fontcol=fontcol/>
    500500<node halign=center func=getepgakttitle bordersize=0 bordercol=bordercol fontsize=20 posx=10 posy=60 width=300 height=20 fontcol=fontcol/>
     
    512512</screen>
    513513
    514 <screen halign=center fontcol=fontcol fontsize=30 name=LCD_d320_Standby posx=0 posy=0 width=320 height=240 bgcol=000000>
     514<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf_d320_Standby posx=0 posy=0 width=320 height=240 bgcol=000000>
    515515<node halign=center text="" name=akttime fontsize=100 posx=center posy=70 width=320 height=100/>
    516516<node halign=center valign=left func=getrec param1=skin name=rec posx=0 posy=220 width=100 height=20/>
    517517</screen>
    518518
    519 <screen halign=center fontcol=fontcol fontsize=30 name=LCD_d320_Play posx=0 posy=0 width=320 height=240 bgcol=000000>
     519<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf_d320_Play posx=0 posy=0 width=320 height=240 bgcol=000000>
    520520#<node pic=%pluginpath%/lcdsamsung/mc.png type=textbox wrap=yes fontsize=30 halign=center text="" name=title posx=0 posy=0 width=320 height=240 fontcol=fontcol/>
    521521<node type=textbox wrap=yes fontsize=30 halign=center text="" name=title1 posx=5 posy=10 width=310 height=90 fontcol=fontcol/>
     
    528528
    529529
    530 <screen halign=center fontcol=fontcol fontsize=30 name=LCD_d320_Music posx=0 posy=0 width=320 height=240 bgcol=000000>
     530<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf_d320_Music posx=0 posy=0 width=320 height=240 bgcol=000000>
    531531<node pic=%pluginpath%/lcdsamsung/mc.png type=textbox wrap=yes fontsize=30 halign=center text="" name=title posx=0 posy=0 width=320 height=240 fontcol=fontcol/>
    532532<node type=textbox wrap=yes fontsize=30 halign=center text="Auswahl" name=title posx=5 posy=40 width=310 height=90 fontcol=fontcol/>
Note: See TracChangeset for help on using the changeset viewer.