PDA

View Full Version : Running text on VFD display of Duo2 (workaround for ViX)



ubisIst
05-08-13, 12:33
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)

Rob van der Does
09-08-13, 17:25
RollerCharLCD & RollerCharLCDLong are already in the image; those should be used.

For example

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

ubisIst
10-08-13, 15:15
Thanks for answering :)


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

andyblac
11-08-13, 10:03
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


/usr/share/enigma2/display/test2/skin_display.xml

ubisIst
11-08-13, 10:52
...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 :thumbsup:

I can now switch perfectly between different VFD-skins :cool:

ubisIst
11-08-13, 14:49
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)

andyblac
11-08-13, 18:14
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' ?

ubisIst
11-08-13, 18:41
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 (https://github.com/bigroma73/3rd-skins/blob/master/Components/Converter/ConverterRotator.py) and Here (http://dream.altmaster.net/showpost.php?p=109280&postcount=42)

andyblac
11-08-13, 18:54
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 (https://github.com/bigroma73/3rd-skins/blob/master/Components/Converter/ConverterRotator.py) and Here (http://dream.altmaster.net/showpost.php?p=109280&postcount=42)


ok thanks, does ' RunningText.py' have a git ?

ubisIst
11-08-13, 19:03
I don't know about a RunningText git - but is from the same autor of ConverterRotator: vlamo

ubisIst
12-08-13, 07:35
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 :cool:
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)

Rob van der Does
12-08-13, 10:30
Thanks. You've got a PM.

ubisIst
14-08-13, 08:23
@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 :thumbsup:

iceman214
17-08-13, 22:10
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

Clabs
17-08-13, 22:51
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.

iceman214
17-08-13, 22:54
ill give it a whirl thanks clabs

Clabs
17-08-13, 23:02
Do mate, because the feeds are fine for me for duo, ultimos and duo2.

iceman214
17-08-13, 23:05
just tried it and still no joy and other ideas??

Clabs
17-08-13, 23:42
My only other suggestion is to try this from a telnet session:

init 4 && opkg update && opkg upgrade && init 6

Copy and paste that, hit enter.return and have a look at the telnet window - it should tell you if there is a problem updating anything.

iceman214
17-08-13, 23:55
My only other suggestion is to try this from a telnet session:

init 4 && opkg update && opkg upgrade && init 6

Copy and paste that, hit enter.return and have a look at the telnet window - it should tell you if there is a problem updating anything.

i just get failed to download world of sat feeds

judge
18-08-13, 01:11
Have you unstabe updates enabled?
Menu -> Setup -> System -> Software Update -> Allow unstable updates = yes?

iceman214
18-08-13, 01:15
yes unstable updates enabled

judge
18-08-13, 01:20
Reboot the box & wait a few minutes before you try again so.
If it still doesn't work, I'd be looking at network/virus issues.

iceman214
18-08-13, 01:24
thanks for the all the help guys im going to try one of my backups and failing that ill do a reflash see that solves it

lscolman
02-10-13, 11:04
Hi,

Just discovered this thread. It's great that you can now scroll text! This is just what I'm looking for. I use the full size picons on the colour LCD and want program information on the VFD.

I'll have a look at 'ubisIst_normal' and see if I can remove channel name (as that is on the picon), and look to add the tuner icons. Once complete, I'll share my results in this thread.

Thanks to the original poster.

Cheers, Lee

matlacki
22-03-14, 11:30
Hi,

Just discovered this thread. It's great that you can now scroll text! This is just what I'm looking for. I use the full size picons on the colour LCD and want program information on the VFD.

I'll have a look at 'ubisIst_normal' and see if I can remove channel name (as that is on the picon), and look to add the tuner icons. Once complete, I'll share my results in this thread.

Thanks to the original poster.

Cheers, Lee

Any joy with removing channel name from skin?

chaser
22-03-14, 16:08
Any joy with removing channel name from skin?

Try this...

33344

Unzip, and FTP the file skin_display.xml over to /usr/share/enigma2/display/ubisIst_normal. Make sure you take a backup of the original first. Restart enigma, and you should now get the current program name only.