👩🏽💻 Full control over vfd
This is a c program which interacts directly with the linux kernal. It gives you full access to control the lcd of your linux tv box.
git clone https://github.com/micaelillos/vfdd.git/
cd vfdd
make # to compile
make install # to install
I have already compiled a generic version that can be used. First make sure that the vfd driver is inserted into the kernal if not run:
insmod /lib/modules/$(uname -r)/extra/vfdmod.ko
The program gets three parameters
./vfdd <WORD> <COLON> <NET>
WORD - The word you want to display ex: "HEY"
COLON - Should display Colon 1 for yes 0 for no
NET - Should display Net 1 for yes 0 for no
./vfdd HEY 0 0
./vfdd LOL 0 0
./vfdd 1956 1 1