Disclaimer: This post is intended only for those, whose VFD isn’t working with the existing vdf.conf file and driver.
@2small @akella130986 @ffimon @supermegazord
After some digging around, I think I got the VFD problem with FD6551 chips figured out.
You’ll need the attached vfd conf before proceeding.
magicsee-n5-vfd.conf (1.5 KB) - rename to vfd.conf and place in /storage/.config
To run the test driver, SSH to box and run the following commands:
Get the driver (perform once):
cd /storage/downloads
mkdir openvfd
cd openvfd
wget https://test.coreelec.org/arthur/openvfd.zip
unzip openvfd
Run the driver (perform after a reboot to start the test driver again):
cd /storage/downloads/openvfd
systemctl stop openvfd
sh stop_service.sh
sh test_led.sh
Please report back whether it fixes the problem.