LCD Picons with Dream-Elite-3-0-dm800se

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Whimick
    Junior Member
    • Mar 2012
    • 27

    #1

    LCD Picons with Dream-Elite-3-0-dm800se

    Hi All,

    I recently settled on using Dream-Elite-3-0-dm800se-Ver-010r5-ramiMAHER, as this is the only image that so far I've not had hdd issues with.

    However I not been able to display Picons on the lcd screen, which are stored on my USB stick.
    There are also no options, in any of the menu's to do so, (including the blue button).

    And so far I've not been able to get any picons to dislpay on the LCD screen.

    I've search through this forum with no luck.

    Can any one help, please?


    Whimick
    Does any know if Picons can be used with this image on the LCD, if so how do I set them up correctly.
  • **OVERRIDE**
    Top Poster
    • Nov 2008
    • 199

    #2
    Hi,

    I would also be interested too,have them working in the info bar but not on lcd...

    Cheers

    Comment

    • Bann32
      DK Veteran
      • Oct 2011
      • 518

      #3
      I don't know if you have tspanel installed but most things can be found on there, id suggest having a look.

      Comment

      • mike d
        Top Poster
        • Sep 2009
        • 148

        #4
        Originally posted by Whimick
        Hi All,

        I recently settled on using Dream-Elite-3-0-dm800se-Ver-010r5-ramiMAHER, as this is the only image that so far I've not had hdd issues with.

        However I not been able to display Picons on the lcd screen, which are stored on my USB stick.
        There are also no options, in any of the menu's to do so, (including the blue button).

        And so far I've not been able to get any picons to dislpay on the LCD screen.

        I've search through this forum with no luck.

        Can any one help, please?


        Whimick
        Does any know if Picons can be used with this image on the LCD, if so how do I set them up correctly.
        Me too If you sort this problem out can you post it here.

        Comment

        • **OVERRIDE**
          Top Poster
          • Nov 2008
          • 199

          #5
          Originally posted by Bann32
          I don't know if you have tspanel installed but most things can be found on there, id suggest having a look.
          Thx for reply,didnt have TSPanel but installed it,updated server tried a couple of sets of picons and still the same....

          Comment

          • dell_xps
            V.I.P. Member
            • Dec 2008
            • 2558

            #6
            Have a look at the Vu Ultimo VFD picons guys, might help you out ?, enigma 2 box so might just be something you can get from reading up on them.
            HTH

            Comment

            • **OVERRIDE**
              Top Poster
              • Nov 2008
              • 199

              #7
              Originally posted by dell_xps
              Have a look at the Vu Ultimo VFD picons guys, might help you out ?, enigma 2 box so might just be something you can get from reading up on them.
              HTH
              Cheers give them ago...

              Comment

              • IAmATeaf
                DK Veteran
                • Mar 2011
                • 591

                #8
                I posted this on another forum, no idea it will help you as I use OpenPLi but here goes:

                After seeing a recent thread on this and having some spare time today I thought I'd have a play around with this today. I've tried all this on the latest OpenPLi image.

                First thing I've found out is that the picon renderer won't resize the image when it comes to picons on the OLED so you either have to have a differing set of picons for the OLED or you can display the full size picons as they are on the OLED but obviously bits will get cut off.

                The other thing is that I had read is that the file /usr/share/engima2/skin_display96.xml needs to be edited but as this file is a system file a subsequent online update (if you're that brave) can overwrite this file so your changes disappear.

                For custom user based changes enigma2 provides a mechanism, you basically put your changes in /etc/enigma2/skin_user.xml, the contents of this file get overlayed with files like skin_display96.xml so that the contents of skin_user.xml take precedence.

                Anyway, enough of the boring stuff, the net result is leave skin_display96.xml alone, create the file skin_user.xml put the following content in it:

                Code:
                <?xml version="1.0" encoding="UTF-8"?>
                <skin>
                    <screen name="InfoBarSummary" position="0,0" size="96,64">
                                <widget source="session.CurrentService" render="Picon" position="0,0" size="100,60" zPosition="0">
                                        <convert type="ServiceName">Reference</convert>
                                </widget>
                    </screen>
                </skin>
                restart enigma2 and hopefully it should start displaying picons in the OLED. The key to the above working is size="100,60" which is the size of the standard HD picons, from what I've found, alter this and you'll get nothing being displayed. If you really want a differing set of picons for the OLED then you could add the following path="picon_oled" so the line above becomes:

                Code:
                                <widget source="session.CurrentService" render="Picon" position="0,0" size="100,60" zPosition="0" path="picon_oled">
                It will then look for the picons in the folder picon_oled but don't forget to alter size="100,60" to match the actual size of the picons in that folder.

                You can also add the following extra lines:

                Code:
                <?xml version="1.0" encoding="UTF-8"?>
                <skin>
                    <fonts>
                        <font filename="nmsbd.ttf" name="FdLcD" scale="90"/>
                    </fonts>
                    
                    <colors>
                        <color name="fullred" value="#ff0000" />
                        <color name="black" value="#000000" />
                    </colors>
                
                    <screen name="InfoBarSummary" position="0,0" size="96,64">
                                <widget source="session.CurrentService" render="Picon" position="0,0" size="100,60" zPosition="0">
                                        <convert type="ServiceName">Reference</convert>
                                </widget>
                        <widget source="session.RecordState" render="FixedLabel" text="Rec" position="70,41" size="24,12" font="FdLcD;12" zPosition="1" noWrap="1" backgroundColor="fullred" foregroundColor="black" halign="center" valign="center">
                            <convert type="ConditionalShowHide"></convert>
                        </widget>
                    </screen>
                </skin>
                which will display the word "Rec" on the OLED when the box is recording but the text is red and so small and it being visible depends on the what's being displayed on the OLED but I'm looking at this at the mo.

                Please note that all resources that any lines you add need to be included, so even though I've only added the text "Rec" above, as it makes use of a particular font and foreground and background aliases they all have to be included for the extra lines to work.

                Lastly, any alterations can be added to skin_user.xml, so for example if you want to change the size of the subtitles, then copy and paste the relevant bit from skin_subtitles.xml, paste it into skin_user.xml, edit it and save and hey presto, after a restart of enigma2 your alterations will be active. The other good thing seems to be that if you mess up the contents of skin_user.xml it seems to ignore them from what I've seen, but don't quote me on this.

                Sorry to waffling on above but thought I'd explain rather then dump.
                Last edited by IAmATeaf; 5 June, 2012, 16:54.

                Comment

                • **OVERRIDE**
                  Top Poster
                  • Nov 2008
                  • 199

                  #9
                  Cheers m8,

                  Seen that & tried it but no joy,all it dun for me was turn off picons in info bar,anyway reflashed box and start again,but TSPanel is partly down of all dayz,so gonna look around for decent image that these picons work on ....cheer

                  Comment

                  • IAmATeaf
                    DK Veteran
                    • Mar 2011
                    • 591

                    #10
                    Originally posted by **OVERRIDE**
                    Cheers m8,

                    Seen that & tried it but no joy,all it dun for me was turn off picons in info bar,anyway reflashed box and start again,but TSPanel is partly down of all dayz,so gonna look around for decent image that these picons work on ....cheer
                    Really, might try it out on my box just to re-test.

                    Fort the image how about OpenPLi? Does what it says on the tin

                    Comment

                    • bugsy
                      Top Poster
                      • Feb 2009
                      • 136

                      #11
                      [QUOTE=**OVERRIDE**;1583307]Cheers m8,

                      Seen that & tried it but no joy,all it dun for me was turn off picons in info bar,anyway reflashed box and start again,but TSPanel is partly down of all dayz,so gonna look around for decent image that these picons work on ....cheer
                      [

                      Both sets of picons working on Nemesis 2.5 SVN(104r4) by ramiMAHER.
                      Create two folders on usb. picon for info bar and picon_oled for
                      lcd. Enable in settings menu panel BLUE/YELLOW buttons and reboot.

                      Cheers,
                      bugsy.
                      Last edited by bugsy; 5 June, 2012, 21:03.

                      Comment

                      • werra2006
                        Newbie
                        • Jan 2010
                        • 19

                        #12
                        When I press the BLUE and YELLOW buttons, my image gets me to DE UTILITY PANEL

                        I'm running the image Dream-Elite-3-0-dm800se-Ver-010r5-ramiMAHER and can't get the picons to work. Also tried the script above but still no joy.

                        Comment

                        • pootas
                          Newbie
                          • Mar 2008
                          • 6

                          #13
                          Create the 2 folders as stated picon_oled and picon making sure the files are in both folders...

                          Then go into menu-setup-system-system path settings and change the picon path to the relevant place...

                          save and restart enigma 2

                          Comment

                          Working...