https://libreelec.wiki/lcdproc this is the closest I could find for the GPU, its an addon for XBMC or Kodi.
Hi All, Does anyone have any code for LCD proc to link to a PC based cd player and have it display the usual cd functions?
Hi All, I recently blought a Futaba MDM 166A VFd screen and got it working through the following repo, I hope it helps someone else. Giant thanks to seahawk1986!!!!! manually: sudo add-apt-repository -y ppa:seahawk1986-hotmail/lcdproc-futaba-mdm166a sudo apt-get update sudo apt-get -y install lcdproc zcat /usr/share/doc/lcdproc/LCDd.conf.gz | sed 's/^Driver=.*/Driver=mdm166a/' | sudo tee /etc/LCDd.conf sudo systemctl enable LCDd.service sudo systemctl start LCDd.service your LCDd should come alive...