Jump to content


Photo

picon oled dream hd800 se


  • Please log in to reply
5 replies to this topic

#1 fireside

  • Member
  • 4 posts

0
Neutral

Posted 2 February 2013 - 09:40

bonjour, est -il possible d'avoir les picons oled implantée dans le noyau de l'image pli 3.0 ? merci

Re: picon oled dream hd800 se #2 ims

  • PLi® Core member
  • 13,795 posts

+214
Excellent

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:
<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 fireside

  • Member
  • 4 posts

0
Neutral

Posted 2 February 2013 - 14:39

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:

<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>

ok , thank you ;)

Re: picon oled dream hd800 se #4 skydrops

  • Member
  • 23 posts

0
Neutral

Posted 7 February 2013 - 03:28

Is it posible to set the picon path for the Oled Display? I have picons in different sizes and want to select 100x60 ones which are inside a directory.

Thanks!
DM800 SE + OPENPLI 3

Re: picon oled dream hd800 se #5 skydrops

  • Member
  • 23 posts

0
Neutral

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!

Edited by skydrops, 7 February 2013 - 20:39.

DM800 SE + OPENPLI 3

Re: picon oled dream hd800 se #6 skydrops

  • Member
  • 23 posts

0
Neutral

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.
DM800 SE + OPENPLI 3


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users