diff options
author | Manuel Reimer <manuel.reimer@gmx.de> | 2018-02-03 16:43:53 +0100 |
---|---|---|
committer | Manuel Reimer <manuel.reimer@gmx.de> | 2018-02-03 16:43:53 +0100 |
commit | 3bbe763488aa84fdf29047b6b38acd11f8274862 (patch) | |
tree | c515987004f20f07fe38e96ad4ddc17ba40366ca /graphlcd.conf | |
parent | f5528fefca614b8a134a1b6ba9e7cc476a8a537e (diff) | |
download | graphlcd-base-3bbe763488aa84fdf29047b6b38acd11f8274862.tar.gz graphlcd-base-3bbe763488aa84fdf29047b6b38acd11f8274862.tar.bz2 |
Add usbserlcd driver
Diffstat (limited to 'graphlcd.conf')
-rw-r--r-- | graphlcd.conf | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/graphlcd.conf b/graphlcd.conf index 270cae8..0083dbc 100644 --- a/graphlcd.conf +++ b/graphlcd.conf @@ -2,7 +2,7 @@ # # This file contains a sample configuration for the graphlcd driver # library. -# +# # The format is ini-file-like. It is divided into sections that start # at markers that look like [section]. Comments are all line-based # comments, and are lines that start with '#'. @@ -111,7 +111,7 @@ WaitPriority=0 # defines how often a complete refresh will be done. # e.g.: A value of 5 means, that the plugin will make a complete # refresh on every 5th update. -# A value of 0 completely disables complete refreshs. +# A value of 0 completely disables complete refreshs. # Possible values: 0 <= x <= 50 # Default value: 5 @@ -243,7 +243,7 @@ DMA=yes [gu126x64D-K610A4] # GU126x64D-K610A4 driver -# This is a driver module for Noritake GU126x64D-K610A4 VFD displays. +# This is a driver module for Noritake GU126x64D-K610A4 VFD displays. # The VFD is operating in 8 bit-mode connected to a single PC # parallel port. # Default size: 126 x 64 @@ -601,7 +601,7 @@ Driver=futabaMDM166A [ax206dpf] # THIS IS AN EXPERIMENTAL DRIVER! # You have to uncomment the variable HAVE_DRIVER_AX206DPF -# in Make.config to use this driver. +# in Make.config to use this driver. # READ the READDME.ax206dpf before use! # # ax206dpf driver @@ -718,3 +718,9 @@ Driver=serdisp Controller=sdcmegtron Device=USB:152a/8380 Backlight=yes + +[usbserlcd] +# This is the driver for displays based on the USBserLCD firmware: +# https://github.com/M-Reimer/usbserlcd +Driver=usbserlcd +Device=/dev/ttyUSB0 |