VFD repeater on web i/f - where's the setting to enable?

everthewatcher

Forum Supporter
I've just fixed a non-working charity shop find HDR, of which possibly more anon. The CFW packages and settings have all been sorted but I can't remember where the setting is to enable the VFD mimic on the web i/f. Can someone point me in the right direction?
 
VFD = Vacuum Fluorescent Display
Unfotunatly I set mine and then forgot how I did it.
I remember adjusting the colour codes and the background in a config file somewhere.
It was fairly simple once you knew where to edit!

upload_2018-1-27_21-7-30.png
 
Last edited:
/mod/webif/html/css/EXTRA.css was what I was thinking of.

Presumably the unit that is not showing it includes a line that reads "#vfd { display: none; }"
 
The control of the colour and position is by editing EXTRA.css via the file editor off the Diag display
You may need to refresh browser cache to enable changes

The settings I use are:
Code:
#vfd { color: #ffb500; background: transparent; }
#vfd { left: 185px; }
 
It also use to be, and presumably still is, dependant on having redring installed.
 
The control of the colour and position is by editing EXTRA.css...

Many thanks for that - next thing on the list was remember how to shift it left to align with 'Humax'.

Edit: If you've got the black background on it's #vfd { left: 188px; }
 
Last edited:
Back
Top