how can I set permanently channel number at lcd screen and disable bright air logo ?
Are there any plugins to change it ?
Thanks
Edited by ataman, 29 July 2019 - 14:52.
Posted 29 July 2019 - 17:59
NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.
Wanna help with OpenPLi Translation? Please read our Wiki Information for translators
Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)
AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
Posted 29 July 2019 - 22:06
you don´t need to edit or open this file (device), just see if it is present
dir /dev/dbox/oled0
crw-rw---- 1 root root 10, 58 Jan 1 1970 /dev/dbox/oled0
or
ls -al /dev/dbox/oled0
crw-rw---- 1 root root 10, 58 Jan 1 1970 /dev/dbox/oled0
Edited by mrvica, 29 July 2019 - 22:10.
Posted 24 April 2020 - 19:02
I now own h7 myself, for h7 you don´t need the plugin, for the logo led I just cut the circuit path, if you want only channel number in 7segment display edit this in /usr/share/enigma2/skin_text.xml
instead of
<!-- main-->
<screen name="InfoBarSummary" position="0,0" size="1,1">
<widget source="session.CurrentService" render="Label" position="0,0" size="1,1">
<convert type="VfdDisplay"></convert>
</widget>
</screen>
put this
<!-- main-->
<screen name="InfoBarSummary" position="0,0" size="1,1">
<widget source="session.CurrentService" render="Label" position="0,0" size="1,1">
<convert type="VfdDisplay">Number</convert>
</widget>
</screen>
Edited by mrvica, 24 April 2020 - 19:03.
Posted 25 April 2020 - 01:20
Isn't it in the OpenPLi MENU? I mean here:
MENU -> Settings -> System -> Expert -> LCD / LED / display settings -> Brigthness
If you can't find it there, then probably the driver for Linux systems supplied by the device manufacturer does not allow you to change the brightness of the logo on the front panel. Or it is possible, but less likely, that the OpenPLi team of developers has not implemented this option yet .
Posted 25 April 2020 - 12:02
These things are controlled by the existence of a proc node in /proc/stb), so unless they've suddenly invented a new one, it should be covered.
The H9 (the only box I have here) doesn't have Brightless for the logo, only an on/off switch for standby and deep-standby.
The H9 does have a /proc/stb/lcd/oled_brightness node, which is weird because no OLED display. Changing it doesn't do anything, so it's not logo related.
Edited by WanWizard, 25 April 2020 - 12:04.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Posted 25 April 2020 - 15:07
your solution may be better, won´t be overwritten during an update
You can add it this file to backup ...
and if you want display notice about recording, add to "main" and to "standby" this lines:
<widget source="session.RecordState" render="Label" text=" 00 " position="0,0" size="1,1"> <convert type="ConditionalShowHide">Blink,2000</convert> </widget>
For standby change it to 3000
And better could be text=" "
Edited by ims, 25 April 2020 - 15:10.
Posted 24 May 2020 - 11:08
your solution may be better, won´t be overwritten during an update
You can add it this file to backup ...
and if you want display notice about recording, add to "main" and to "standby" this lines:
<widget source="session.RecordState" render="Label" text=" 00 " position="0,0" size="1,1"> <convert type="ConditionalShowHide">Blink,2000</convert> </widget>For standby change it to 3000
And better could be text=" "
Please give lines only for standby because I do not know where to change to 3000
0 members, 4 guests, 0 anonymous users