bonjour, est -il possible d'avoir les picons oled implantée dans le noyau de l'image pli 3.0 ? merci
picon oled dream hd800 se
Started by fireside, 02 Feb 2013 09:40
5 replies to this topic
Re: picon oled dream hd800 se #2
Posted 2 February 2013 - 09:49
yes, it is possible. Picon must be 100x60. You can
a) modify /usr/share/enigma2/skin_display96.xml part for InfoBarSummary
or
b ) create skin_user.xml and add into it part for InfoBarSummary:
a) modify /usr/share/enigma2/skin_display96.xml part for InfoBarSummary
or
b ) create skin_user.xml and add into it part for InfoBarSummary:
<screen name="InfoBarSummary" position="0,0" size="96,64"> <widget position="0,0" render="Picon" size="100,60" source="session.CurrentService" zPosition="0"> <convert type="ServiceName">Reference</convert> </widget> <widget source="session.RecordState" render="FixedLabel" text="Rec" position="5,41" size="24,12" font="FdLcD;12" zPosition="1" noWrap="1" backgroundColor="black" foregroundColor="fullred" halign="center" valign="center"> <convert type="ConditionalShowHide"></convert> </widget> <widget source="session.Event_Now" render="Progress" position="0,62" size="96,2" borderWidth="0" transparent="1" pixmap="skin_default/progress_small.png" backgroundColor="#800000" zPosition="1"> <convert type="EventTime">Progress</convert> </widget> </screen>
Kdo nic nedělá, nic nezkazí!
Re: picon oled dream hd800 se #3
Posted 2 February 2013 - 14:39
ok , thank youyes, it is possible. Picon must be 100x60. You can
a) modify /usr/share/enigma2/skin_display96.xml part for InfoBarSummary
or
b ) create skin_user.xml and add into it part for InfoBarSummary:<screen name="InfoBarSummary" position="0,0" size="96,64"> <widget position="0,0" render="Picon" size="100,60" source="session.CurrentService" zPosition="0"> <convert type="ServiceName">Reference</convert> </widget> <widget source="session.RecordState" render="FixedLabel" text="Rec" position="5,41" size="24,12" font="FdLcD;12" zPosition="1" noWrap="1" backgroundColor="black" foregroundColor="fullred" halign="center" valign="center"> <convert type="ConditionalShowHide"></convert> </widget> <widget source="session.Event_Now" render="Progress" position="0,62" size="96,2" borderWidth="0" transparent="1" pixmap="skin_default/progress_small.png" backgroundColor="#800000" zPosition="1"> <convert type="EventTime">Progress</convert> </widget> </screen>
Re: picon oled dream hd800 se #4
Re: picon oled dream hd800 se #5
Posted 7 February 2013 - 20:38
Well, I answer myself.
Just put the attribute path into the xml and point to a directory inside the picon folder (/hdd/picon/lcd or /media/usb/picon/lcd) like this:
<widget position="0,0" render="Picon" size="100,60" source="session.CurrentService" zPosition="0" path="lcd">
Cheers!
Just put the attribute path into the xml and point to a directory inside the picon folder (/hdd/picon/lcd or /media/usb/picon/lcd) like this:
<widget position="0,0" render="Picon" size="100,60" source="session.CurrentService" zPosition="0" path="lcd">
Cheers!
Edited by skydrops, 7 February 2013 - 20:39.
DM800 SE + OPENPLI 3
Re: picon oled dream hd800 se #6
Posted 7 February 2013 - 21:12
Update: it seems to be a bug in this. When /media/usb/picon or /hdd/picon is defined, it ignores the path attribute for oled screen picon.
It just picks up the picon on /media/usb/picon or /hdd/picon instead!!
I would like to fix this but I've never compiled enigma2 before.
It just picks up the picon on /media/usb/picon or /hdd/picon instead!!
I would like to fix this but I've never compiled enigma2 before.
DM800 SE + OPENPLI 3
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users