Jump to content


agadave

Member Since 2 Nov 2020
Offline Last Active 23 Mar 2023 17:52
-----

Posts I've Made

In Topic: Gigablue Trio 4K - How change VFD display in openpli 8.1

6 March 2022 - 18:15

 

I have a Ultimo 4K in bedroom with the same issue it was to bright in standby so I change the color for the clock to dark red (maybe I added that color in the xml file)  then the date to black and name it to /usr/share/enigma2/display/skin_default/skin_display_night.xml, and copy the original file and named it  skin_display_day.xml

The I associated the script to hotkeys (long red). Then I just change color of the front display when I like by pressing red button long :)

 

#!/bin/bash
mode=$(cat mode.txt)
#Check mode
        if [ "$mode" != "nightmode" ]; then
#Copy nightskin
            echo nightmode>mode.txt
            cp /usr/share/enigma2/display/skin_default/skin_display_night.xml /usr/share/enigma2/display/skin_default/skin_display.xml
        else
#Copy  nightskin to mode.txt      
        echo daymode>mode.txt
# Copy dayskin
        cp /usr/share/enigma2/display/skin_default/skin_display_day.xml /usr/share/enigma2/display/skin_default/skin_display.xml
        fi
#Restart enigma, go to standby 
wget -O /dev/null -q http://127.0.0.1/web/powerstate?newstate=3
sleep 8
wget -O /dev/null -q http://127.0.0.1/web/powerstate?newstate=0

sleep 8 = 8 sec works with my Ultimo maybe you need to change it ???

 

 

P.S  Add this at the top of the script if you like to make sure you can't restart enigma when you made a recording.

if [ $(wget -O- -q http://localhost/web/timerlist | grep "<e2state>2</e2state>" | grep -cm 1 "2") = 1 ] ; then   
		echo -e "\nRecording !! ...\n"
		exit
	fi  

no color on the trio clock just the ability to dim the brightness


In Topic: Gigablue Trio 4K - How change VFD display in openpli 8.1

28 February 2022 - 11:19

Hello,

without a soft solution, I applied a hard solution :mellow: :

- opening the box

- blue electrical tape on the power LEDs

- red translucent tape on the display.

 

At minimum brightness, the time can be seen without illuminating the room.

 

:D


In Topic: Gigablue Trio 4K - How change VFD display in openpli 8.1

25 February 2022 - 17:10

....

 

Hello Dimitrij,

 

dont' work: global name 'MODEL_NAME' is not defined


In Topic: Gigablue Trio 4K - How change VFD display in openpli 8.1

25 February 2022 - 17:06

Then it might need fixing.

 

Just to double check, as I don't have a box handy, you do have:

ls -l /proc/stb/fp | grep led
-rw-r--r--    1 root     root             0 Feb 25 12:09 ledpowercolor
-rw-r--r--    1 root     root             0 Feb 25 12:09 ledstandbycolor
-rw-r--r--    1 root     root             0 Feb 25 12:09 ledsuspendledcolor

?

 

I assume not, which means it is a driver issue. If these options are present in ATV, Gigablue has to update the BSP with the new drivers.

 

 

Just one line

-rw-r--r-- 1 root root 0 Feb 25 17:01 oled_brightness


In Topic: Gigablue Trio 4K - How change VFD display in openpli 8.1

25 February 2022 - 07:16

Might be added after the 8.1 release, I only run nightly builds on all my boxes.

 

In which case you either need to switch to a nightly build, or wait for 8.2-release, which is not too long away.

 

Test with nightly build,, test build and openpli 7.3 : Just Brightness and Standby