'SCROLL-LCD-TEXT' for OpenPLi3 (Dreamboxes)
Re: 'SCROLL-LCD-TEXT' for OpenPLi3 (Dreamboxes) #21
Re: 'SCROLL-LCD-TEXT' for OpenPLi3 (Dreamboxes) #22
Re: 'SCROLL-LCD-TEXT' for OpenPLi3 (Dreamboxes) #23
Re: 'SCROLL-LCD-TEXT' for OpenPLi3 (Dreamboxes) #24
Posted 15 January 2013 - 11:56
When i copy the line tar -xvzf /tmp/*.tar.gz -C / using telnet on macbook pro (X idream) i get ..
I put together a package which allows displaying of content on LCD as scrolling text. 'SCROLL-LCD-TEXT' is fully skin independent, that means, no matter what skin is actually used, the LCD display will be controlled from skin_user.xml
Tested on DM8000 with this images: openPLi3 and openAAF
The package contains 5 scrolling renderers, skin_user.xml and a thin font. No existing file will be modified.
After the installation, one or more items of this summary's will be displayed on LCD as scrolling text:
'InfoBarSummary'
'ChannelSelection_summary'
'MenuSummary'
'InfoBarMoviePlayerSummary'
'MovieContextMenuSummary'
'MovieSelectionSummary'
'SetupSummary' 'SimpleSummary'
'PluginBrowserSummary'
To install SCROLL-LCD-TEXT:
-copy SCROLL-LCD-TEXT___PLi3__27_08_12.tar.gz to /tmp
-over telnet: tar -xvzf /tmp/*.tar.gz -C /
-restart GUI, thats all.
To deactivate SCROLL-LCD-TEXT:
-just delete or rename this file: /etc/enigma2/skin_user.xml
tar; can't open '/tmp/*.tar.gz' :no such file or directory
The file is in tmp on dm8000
SCROLL-LCD-TEXT___PLi3__27_08_12_mipsel.ipk 192.08KB 42 downloads this is better
Re: 'SCROLL-LCD-TEXT' for OpenPLi3 (Dreamboxes) #25
Re: 'SCROLL-LCD-TEXT' for OpenPLi3 (Dreamboxes) #26
Re: 'SCROLL-LCD-TEXT' for OpenPLi3 (Dreamboxes) #27
Re: 'SCROLL-LCD-TEXT' for OpenPLi3 (Dreamboxes) #28
Posted 26 October 2014 - 13:47
New 'SCROLL-LCD-TEXT' for DM8000 / OpenPLi4 (26_10_14)
This package is fully skin independent, that means, no matter what skin is actually used, the LCD of DM8000 will be controlled from skin_user.xml
The package contains one Renderer, one Converter, the skin_user.xml and some icons.
To install SCROLL-LCD-TEXT:
-first backup your actual /etc/enigma2/skin_user.xml
-over telnet: tar -xvzf /tmp/*.tar.gz -C
-restart GUI, thats all.
To deactivate SCROLL-LCD-TEXT:
-just delete or rename this file: /etc/enigma2/skin_user.xml
Attached Files
Ultimo4K /2xTwinS2, VTI, PLi, ATV...
NAS: Qnap221
Re: 'SCROLL-LCD-TEXT' for OpenPLi3 (Dreamboxes) #29
Posted 13 January 2015 - 21:01
Look nice but dont work on ET10000 it is to big for the LCD screen from the et10000
Groetjes Cobus R
VU+ UNO 4K SE FBC DVB-C (8x)
MUTANT HD66SE FBC DVB-C (3x)
MAXYTEC MULTIBOX COMBO
MUTANT HD60 DVB-S
Ziggo (digitaal) Kabel TV (FTV) op alle decoders met oa fallback tuner
Re: 'SCROLL-LCD-TEXT' for OpenPLi3 (Dreamboxes) #30
Posted 13 January 2015 - 21:30
Perhaps this one 'skin_user based VFD-skin for PLi/Duo2' ?
Ultimo4K /2xTwinS2, VTI, PLi, ATV...
NAS: Qnap221
Re: 'SCROLL-LCD-TEXT' for OpenPLi3 (Dreamboxes) #31
Posted 7 February 2015 - 14:41
Hi,
maybe someone can help me with my problem..I have the vu+ solo2 model and the text in the display does not scroll, it jumps and flickers..most time i only can see 4 Dots or the "VU+ SOLO2" label. sometimes i can see the stationname for a short time. i tried a lot of (non working) user_skin.xml and I have already deleted the skin_user.xml but that did not change the situation
I use the actual openpli with the pli-hd2 skin - but afaik that does not play a role..
this are the roller files i found installed:
./usr/lib/enigma2/python/Components/Renderer/RollerLcd.py
./usr/lib/enigma2/python/Components/Renderer/RollerLcd1.py
./usr/lib/enigma2/python/Components/Renderer/RollerLcd2.py
./usr/lib/enigma2/python/Components/Renderer/RollerLcd3.py
./usr/lib/enigma2/python/Components/Renderer/RollerCharLCD.pyo
thx in advance
bb10
Re: 'SCROLL-LCD-TEXT' for OpenPLi3 (Dreamboxes) #32
Posted 17 June 2016 - 14:03
Hi All,
I have successfully installed this beautiful package. I just want to know how should I use it.
I have a text shown by my plugin:
self["myLabel"] = Label("My fixed text")
which is rendered through the following:
<screen position="0,0" size="300,300" zPosition="10" backgroundColor="#ff000000" title="My text" flags="wfNoBorder"> <widget name="myLabel" position="10,10" size="300,30" font="Regular;26" valign="center" halign="center" backgroundColor="#ff000000" transparent="1"/> </screen>
I want this text to be moving so I tried
<screen position="0,0" size="300,300" zPosition="10" backgroundColor="#ff000000" title="My text" flags="wfNoBorder"> <widget render = "RunningText" options = "movetype = swimming, direction = top, steptime = 90, repeat = 2, startDelay = 600, wrap " name="myLabel" position="10,10" size="300,30" font="Regular;26" valign="center" halign="center" backgroundColor="#ff000000" transparent="1"/> </screen>
Edited by Mouneer, 17 June 2016 - 14:03.
Re: 'SCROLL-LCD-TEXT' for OpenPLi3 (Dreamboxes) #33
Posted 17 June 2016 - 14:36
Hi All,
I have successfully installed this beautiful package. I just want to know how should I use it.
I have a text shown by my plugin:
self["myLabel"] = Label("My fixed text")which is rendered through the following:
<screen position="0,0" size="300,300" zPosition="10" backgroundColor="#ff000000" title="My text" flags="wfNoBorder"> <widget name="myLabel" position="10,10" size="300,30" font="Regular;26" valign="center" halign="center" backgroundColor="#ff000000" transparent="1"/> </screen>I want this text to be moving so I tried
<screen position="0,0" size="300,300" zPosition="10" backgroundColor="#ff000000" title="My text" flags="wfNoBorder"> <widget render = "RunningText" options = "movetype = swimming, direction = top, steptime = 90, repeat = 2, startDelay = 600, wrap " name="myLabel" position="10,10" size="300,30" font="Regular;26" valign="center" halign="center" backgroundColor="#ff000000" transparent="1"/> </screen>But it didn't work. The text still shown fixed without moving. Any tip?
I get that log message
[Skin] Attribute not implemented: render value: RunningText
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users