Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Page 1 of 2 12 LastLast
Results 1 to 15 of 27

Thread: Running text on VFD display of Duo2 (workaround for ViX)

  1. #1

    Title
    Skinner
    Join Date
    Oct 2011
    Posts
    71
    Thanks
    24
    Thanked 46 Times in 18 Posts

    Lightbulb Running text on VFD display of Duo2 (workaround for ViX)

    Here is my workaround to scroll text content on VFD display of Duo2.

    As Infobar content you will see ChannelName followed by Eventname (on the same line).

    1. backup somewhere your actual skin_display.xml
    2. copy my 'RunningText.py' /usr/lib/enigma2/python/Components/Renderer
    3. copy 'g16ServiceNameEvent.py' to /usr/lib/enigma2/python/Components/Converter
    4. copy one of my 'skin_display.xml' to /usr/share/enigma2/display
    5. restart Enigma and enjoy


    The difference between 'normal' and 'extralarge' is only one: im 'extralarge' (my prefered) Infobar has the maximal possible fontsize.

    (Tested on Duo2 + ViX)
    Duo2 /4xS2 /SSD160 /Flash: OpenSPA /Multiboot-Images: VTi, ViX, PLi4...
    Octagon SF2028HD Optima3D
    NAS: ReadyNAS312 2xSSD-500 RAID0

  2. The Following 6 Users Say Thank You to ubisIst For This Useful Post:

    Akki (15-07-15),danivtec (05-08-13),Rob van der Does (09-08-13),skratch (20-12-16),wersu (04-01-14)

  3. #2
    Rob van der Does's Avatar
    Title
    ViX Beta Tester
    Join Date
    Apr 2010
    Location
    The Netherlands & France
    Posts
    36,262
    Thanks
    1,720
    Thanked 9,461 Times in 6,675 Posts
    RollerCharLCD & RollerCharLCDLong are already in the image; those should be used.

    For example
    Code:
    <widget source="desc" render="RollerCharLCD" position="0,21" size="143,20" font="VFD;18" noWrap="1" />
    If you use those, we could add your VFD skins to the feeds. That way they are easily available for everyone.

    PS: To be able to add them to the feeds a photo (as preview) is also needed.
    PPS: What is that g16ServiceNameEvent.py doing more than the image already can?
    Last edited by Rob van der Does; 09-08-13 at 17:30.

    Help asked via PM will be ignored.
    The forum is there for help and all will benefit from your questions.
    NO CARD SHARING TALK WILL BE TOLERATED, LAN OR WAN, IN OPEN FORUM OR PM !

    English is not my native tongue.
    I apologise for all my grammar, spelling and idiom errors.

  4. #3

    Title
    Skinner
    Join Date
    Oct 2011
    Posts
    71
    Thanks
    24
    Thanked 46 Times in 18 Posts
    Thanks for answering

    Quote Originally Posted by Rob van der Does View Post
    RollerCharLCD & RollerCharLCDLong are already in the image; those should be used. If you use those, we could add your VFD skins to the feeds. That way they are easily available for everyone.
    RunningText.py is a pixel scroller / RollerCharLCD is a char scroller. Pixel-scrolling ist quite smoother than char-scrolling. RunningText.py have a lot of simply configurable parameters and you can use the same renderer for LCD/VFD and GUI.

    PPS: What is that g16ServiceNameEvent.py doing more than the image already can?
    g16ServiceNameEvent.py allows you to scroll the content of two lines in one line at the same time. In this case ChannelName will be followed by Eventname (on the same line) so you simply save space with it.

    PS: To be able to add them to the feeds a photo (as preview) is also needed.
    Preview photos is the simplest problem for me
    Duo2 /4xS2 /SSD160 /Flash: OpenSPA /Multiboot-Images: VTi, ViX, PLi4...
    Octagon SF2028HD Optima3D
    NAS: ReadyNAS312 2xSSD-500 RAID0

  5. The Following 4 Users Say Thank You to ubisIst For This Useful Post:

    andyblac (11-08-13),Clabs (11-08-13),cosie (11-08-13),Larry-G (10-08-13)

  6. #4
    andyblac's Avatar
    Title
    Administrator
    Donated Member
    Join Date
    Apr 2010
    Posts
    12,699
    Thanks
    2,607
    Thanked 11,096 Times in 4,733 Posts
    thanks, will test them,

    BTW for VFD skin packs to be detected in display skin selector, just create a folder name in '/usr/share/enigma2/display' and place the 'skin_display.xml' file in that folder the skin selector will detect the new skins

    ie

    Code:
    /usr/share/enigma2/display/test2/skin_display.xml
    D I S C L A I M E R
    My right to post information is protected under the rights for freedom act. In all instances, information discussed here on my posts are either hypothetical in nature, out of general curiosity, common knowledge, public knowledge, or role-play. Any use of the collective descriptions and shared knowledge from any of my posts are at the sole discretion of the reader. I am not responsible for what you do with it!

    Release notes can be found in the About screen by pressing epg/info
    Rules can be found HERE - Support our sponsor World-Of-Satellite HERE

  7. The Following 3 Users Say Thank You to andyblac For This Useful Post:

    Clabs (11-08-13),Larry-G (11-08-13),ubisIst (11-08-13)

  8. #5

    Title
    Skinner
    Join Date
    Oct 2011
    Posts
    71
    Thanks
    24
    Thanked 46 Times in 18 Posts
    Quote Originally Posted by andyblac View Post
    ...BTW for VFD skin packs to be detected in display skin selector, just create a folder name in '/usr/share/enigma2/display' and place the 'skin_display.xml' file in that folder the skin selector will detect the new skins

    /usr/share/enigma2/display/test2/skin_display.xm
    This was the ultimate hint for me

    I can now switch perfectly between different VFD-skins
    Duo2 /4xS2 /SSD160 /Flash: OpenSPA /Multiboot-Images: VTi, ViX, PLi4...
    Octagon SF2028HD Optima3D
    NAS: ReadyNAS312 2xSSD-500 RAID0

  9. The Following User Says Thank You to ubisIst For This Useful Post:

    Clabs (11-08-13)

  10. #6

    Title
    Skinner
    Join Date
    Oct 2011
    Posts
    71
    Thanks
    24
    Thanked 46 Times in 18 Posts

    Exclamation ubisIst_VDFskins_for_Duo2_ViX

    Here are my three Duo2 VFD-skins for ViX

    The main difference between the Default VFD-skin and my skins is Scrolling text in most all screens and bigger fontsizes.

    Their description:

    'ubisIst_normal' - the Infobar is same as 'Default' but the content you will see is ChannelName followed by Eventname (scrolled on the same line)

    'ubisIst_extlalarge' - just one line on Infobar. You will see ChannelName followed by Eventname (scrolled on the same line) but the text has the maximal possible fontsize.

    'ubisIst_rotator' - the Infobar have two lines:
    -the top line will scroll 'ChannelName' only 2 times
    -the bottom line will scroll and switch between 'EventName' and 'EventDescription'.


    How to install:
    1. copy the content of 'ubisIst_VFDskins_for_Duo2_ViX.zip' (three folders) to /usr/share/enigma2/display
    2. copy 'RunningText.py' to /usr/lib/enigma2/python/Components/Renderer
    3. copy 'g16ServiceNameEvent.py' to /usr/lib/enigma2/python/Components/Converter
    4. copy 'ConverterRotator.py' to /usr/lib/enigma2/python/Components/Converter
    5. restart Enigma and choose one of my VFD-skins in display skin selector

    Enjoy and report problems.

    (tested only on Duo2)
    Attached Images Attached Images
    Attached Files Attached Files
    Duo2 /4xS2 /SSD160 /Flash: OpenSPA /Multiboot-Images: VTi, ViX, PLi4...
    Octagon SF2028HD Optima3D
    NAS: ReadyNAS312 2xSSD-500 RAID0

  11. The Following 8 Users Say Thank You to ubisIst For This Useful Post:

    andyblac (11-08-13),Clabs (11-08-13),cosie (11-08-13),Larry-G (11-08-13),momo1 (11-09-15),OldSkulRide (11-08-13),ooolexa (15-10-13),Rob van der Does (11-08-13)

  12. #7
    andyblac's Avatar
    Title
    Administrator
    Donated Member
    Join Date
    Apr 2010
    Posts
    12,699
    Thanks
    2,607
    Thanked 11,096 Times in 4,733 Posts
    Quote Originally Posted by ubisIst View Post
    Here are my three Duo2 VFD-skins for ViX

    The main difference between the Default VFD-skin and my skins is Scrolling text in most all screens and bigger fontsizes.

    Their description:

    'ubisIst_normal' - the Infobar is same as 'Default' but the content you will see is ChannelName followed by Eventname (scrolled on the same line)

    'ubisIst_extlalarge' - just one line on Infobar. You will see ChannelName followed by Eventname (scrolled on the same line) but the text has the maximal possible fontsize.

    'ubisIst_rotator' - the Infobar have two lines:
    -the top line will scroll 'ChannelName' only 2 times
    -the bottom line will scroll and switch between 'EventName' and 'EventDescription'.


    How to install:
    1. copy the content of 'ubisIst_VFDskins_for_Duo2_ViX.zip' (three folders) to /usr/share/enigma2/display
    2. copy 'RunningText.py' to /usr/lib/enigma2/python/Components/Renderer
    3. copy 'g16ServiceNameEvent.py' to /usr/lib/enigma2/python/Components/Converter
    4. copy 'ConverterRotator.py' to /usr/lib/enigma2/python/Components/Converter
    5. restart Enigma and choose one of my VFD-skins in display skin selector

    Enjoy and report problems.

    (tested only on Duo2)

    ServiveName convertor will have 'NameAndEvent' support in next build so no need for g16Service...... convertor.
    RunningText renderer has been added to image

    what is 'ConverterRotator.py' ?
    D I S C L A I M E R
    My right to post information is protected under the rights for freedom act. In all instances, information discussed here on my posts are either hypothetical in nature, out of general curiosity, common knowledge, public knowledge, or role-play. Any use of the collective descriptions and shared knowledge from any of my posts are at the sole discretion of the reader. I am not responsible for what you do with it!

    Release notes can be found in the About screen by pressing epg/info
    Rules can be found HERE - Support our sponsor World-Of-Satellite HERE

  13. The Following 2 Users Say Thank You to andyblac For This Useful Post:

    Clabs (11-08-13),ubisIst (11-08-13)

  14. #8

    Title
    Skinner
    Join Date
    Oct 2011
    Posts
    71
    Thanks
    24
    Thanked 46 Times in 18 Posts
    ConverterRotator allows you to switch any X time the content of a line with different information (from the same family) - in this case between 'EventName' and 'EventDescription'.

    Here and Here
    Duo2 /4xS2 /SSD160 /Flash: OpenSPA /Multiboot-Images: VTi, ViX, PLi4...
    Octagon SF2028HD Optima3D
    NAS: ReadyNAS312 2xSSD-500 RAID0

  15. #9
    andyblac's Avatar
    Title
    Administrator
    Donated Member
    Join Date
    Apr 2010
    Posts
    12,699
    Thanks
    2,607
    Thanked 11,096 Times in 4,733 Posts
    Quote Originally Posted by ubisIst View Post
    ConverterRotator allows you to switch any X time the content of a line with different information (from the same family) - in this case between 'EventName' and 'EventDescription'.

    Here and Here

    ok thanks, does ' RunningText.py' have a git ?
    D I S C L A I M E R
    My right to post information is protected under the rights for freedom act. In all instances, information discussed here on my posts are either hypothetical in nature, out of general curiosity, common knowledge, public knowledge, or role-play. Any use of the collective descriptions and shared knowledge from any of my posts are at the sole discretion of the reader. I am not responsible for what you do with it!

    Release notes can be found in the About screen by pressing epg/info
    Rules can be found HERE - Support our sponsor World-Of-Satellite HERE

  16. #10

    Title
    Skinner
    Join Date
    Oct 2011
    Posts
    71
    Thanks
    24
    Thanked 46 Times in 18 Posts
    I don't know about a RunningText git - but is from the same autor of ConverterRotator: vlamo
    Duo2 /4xS2 /SSD160 /Flash: OpenSPA /Multiboot-Images: VTi, ViX, PLi4...
    Octagon SF2028HD Optima3D
    NAS: ReadyNAS312 2xSSD-500 RAID0

  17. The Following User Says Thank You to ubisIst For This Useful Post:

    Clabs (12-08-13)

  18. #11

    Title
    Skinner
    Join Date
    Oct 2011
    Posts
    71
    Thanks
    24
    Thanked 46 Times in 18 Posts
    Quote Originally Posted by andyblac View Post
    ServiveName convertor will have 'NameAndEvent' support in next build so no need for g16Service...... convertor.
    RunningText renderer has been added to image...
    Thanks for adding (in build 718) RunningText and ConverterRotator to image and enabling 'NameAndEvent' in ServiceName. All works perfectly
    So I removed obsolete things from skins and description.
    In this post the new (12.08.1013) version.

    -------------------------------------------------

    Here are my three Duo2 VFD-skins for ViX

    The main difference between the Default VFD-skin and my skins is Scrolling text in most all screens and bigger fontsizes.

    Their description:

    'ubisIst_normal' - the Infobar is same as 'Default' but the content you will see is ChannelName followed by Eventname (scrolled on the same line)

    'ubisIst_extlalarge' - just one line on Infobar. You will see ChannelName followed by Eventname (scrolled on the same line) but the text has the maximal possible fontsize.

    'ubisIst_rotator' - the Infobar have two lines:
    -the top line will scroll 'ChannelName' only 2 times
    -the bottom line will scroll and switch between 'EventName' and 'EventDescription'.


    How to install:
    1. copy, overwriting previous vers. the content of 'ubisIst_VFDskins_for_Duo2_ViX*.zip' (three folders) to /usr/share/enigma2/display
    2. restart Enigma and choose one of my VFD-skins in display skin selector


    Enjoy and report problems.

    (tested only on Duo2)
    Attached Images Attached Images
    Attached Files Attached Files
    Duo2 /4xS2 /SSD160 /Flash: OpenSPA /Multiboot-Images: VTi, ViX, PLi4...
    Octagon SF2028HD Optima3D
    NAS: ReadyNAS312 2xSSD-500 RAID0

  19. The Following 4 Users Say Thank You to ubisIst For This Useful Post:

    andyblac (13-08-13),Clabs (12-08-13),Delagroov (25-03-14),OldSkulRide (12-08-13)

  20. #12
    Rob van der Does's Avatar
    Title
    ViX Beta Tester
    Join Date
    Apr 2010
    Location
    The Netherlands & France
    Posts
    36,262
    Thanks
    1,720
    Thanked 9,461 Times in 6,675 Posts
    Thanks. You've got a PM.

    Help asked via PM will be ignored.
    The forum is there for help and all will benefit from your questions.
    NO CARD SHARING TALK WILL BE TOLERATED, LAN OR WAN, IN OPEN FORUM OR PM !

    English is not my native tongue.
    I apologise for all my grammar, spelling and idiom errors.

  21. #13

    Title
    Skinner
    Join Date
    Oct 2011
    Posts
    71
    Thanks
    24
    Thanked 46 Times in 18 Posts
    @ViX users
    Please don't install my VFD-skins from this thread. This skins are now available for download from ViX feeds.
    Just download over >Install-Plugins>Display and activate them in display skin selector: >Setup>System>Display>Skin-Setup


    @ViX Team
    Thanks for adding this VFD-skins to the Vix download feeds
    Duo2 /4xS2 /SSD160 /Flash: OpenSPA /Multiboot-Images: VTi, ViX, PLi4...
    Octagon SF2028HD Optima3D
    NAS: ReadyNAS312 2xSSD-500 RAID0

  22. The Following 3 Users Say Thank You to ubisIst For This Useful Post:

    Clabs (14-08-13),Delagroov (25-03-14),Sicilian (18-08-13)

  23. #14
    iceman214
    can anyone tell me when the maintenace for the plugins will be done ive not been able to get on them for over a day

  24. #15

    Title
    Forum Supporter
    Donated Member
    Join Date
    May 2011
    Posts
    307
    Thanks
    889
    Thanked 142 Times in 100 Posts
    Quote Originally Posted by iceman214 View Post
    can anyone tell me when the maintenace for the plugins will be done ive not been able to get on them for over a day
    I had this today on an Ultimo. I did a full shutdown (not just a restart) and the problem was solved - maybe worth a try.

Page 1 of 2 12 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.