Skip to content

micaelillos/vfdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VFD for Linux Tv Box



👩🏽‍💻 Full control over vfd

What is this ?

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.

Installation

git clone https://github.com/micaelillos/vfdd.git/
cd vfdd
make # to compile
make install # to install

Usage

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

Running the Program

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

Examples

./vfdd HEY 0 0

./vfdd LOL 0 0

./vfdd 1956 1 1

Releases

No releases published

Packages

No packages published

Languages