diff options
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.conf.sample | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 9c312bd..349b4a7 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -557,6 +557,21 @@ Display VNC { HttpPort '5800' } + +Display FutabaVFD { + Driver 'FutabaVFD' + Port '/dev/parport0' + Size '40x2' + Brightness 3 + Wire { + RW 'STROBE' + TEST 'AUTOFD' + SELECT 'SLCTIN' + BUSY 'BUSY' + } +} + + #Plugin KVV { # StationID '12_701' # Refresh 30 @@ -1331,6 +1346,7 @@ Layout Debug { #Display 'ctinclud' #Display 'picoLCD' #Display 'VNC' +#Display 'FutabaVFD' Display 'GLCD2USB' #Layout 'Default' |