diff options
author | Andreas Regel <andreas.regel@gmx.de> | 2016-10-20 20:49:18 +0200 |
---|---|---|
committer | Andreas Regel <andreas.regel@gmx.de> | 2016-10-20 20:49:18 +0200 |
commit | 7958e1b058b98ecf8d8a3fbeebbee71572a2ac21 (patch) | |
tree | 0f336c3f9784c4afa1c954ed2081eb164c463b43 /graphlcd.conf | |
parent | d4622366d9886fcb62a74507af362dbe73573bcc (diff) | |
parent | aacb78d4335e498417835d518c64b33acb58c749 (diff) | |
download | graphlcd-base-7958e1b058b98ecf8d8a3fbeebbee71572a2ac21.tar.gz graphlcd-base-7958e1b058b98ecf8d8a3fbeebbee71572a2ac21.tar.bz2 |
Merge branch 'master' into touchcol
# Conflicts:
# HISTORY
# Makefile
# glcddrivers/Makefile
# glcddrivers/drivers.c
# glcddrivers/drivers.h
# glcddrivers/futabaMDM166A.c
# glcddrivers/futabaMDM166A.h
# glcddrivers/image.c
# glcddrivers/noritake800.c
# glcddrivers/noritake800.h
# glcdgraphics/Makefile
# glcdgraphics/bitmap.c
# glcdgraphics/bitmap.h
# glcdgraphics/font.c
# glcdgraphics/font.h
# glcdskin/config.h
# glcdskin/display.c
# glcdskin/display.h
# glcdskin/object.c
# glcdskin/object.h
# glcdskin/parser.c
# graphlcd.conf
# tools/convpic/Makefile
# tools/crtfont/Makefile
# tools/genfont/Makefile
# tools/lcdtestpattern/Makefile
# tools/showpic/Makefile
# tools/showpic/showpic.c
# tools/showtext/Makefile
Diffstat (limited to 'graphlcd.conf')
-rw-r--r-- | graphlcd.conf | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/graphlcd.conf b/graphlcd.conf index fce9270..24aa61e 100644 --- a/graphlcd.conf +++ b/graphlcd.conf @@ -99,7 +99,7 @@ WaitPriority=0 # decrease or increase the time to wait after port commands with this # parameter. Normally, there is no need to change this parameter. # (used by gu140x32f, gu256x64-372, gu256x64-3900, hd61830, ks0108, -# sed1330, sed1520, gu126x64D-K610A4) +# sed1330, sed1520, gu126x64D-K610A4, noritake800) # Possible values: -50 <= x <= 50 # Default value: 0 # @@ -310,7 +310,8 @@ Driver=ks0108 Device=/dev/parport0 #Port=0x378 -#Width=128 +Width=128 +#Width=192 #Height=64 #UpsideDown=no #Invert=no @@ -444,6 +445,8 @@ Driver=serdisp #Controller=nokia7110 #Controller=sed1335 Controller=optrex323 +#Controller=l4m132c +#Controller=l4m320t # Options # Pass display specific options @@ -480,6 +483,9 @@ Controller=optrex323 Device=/dev/parport0 #Port=0x378 +#Device=HID:/dev/usb/hiddev0 +#Device=HID:/dev/hiddev0 +#Device=USB:USB:4243/ee20 # Linux4Media 320T TouchLCD #UpsideDown=no #Invert=no Contrast=5 @@ -577,6 +583,21 @@ Driver=dm140gink #Product=0x925d ######################################################################## +[futabaMDM166A] +# futabaMDM166A driver +# This is an driver module for Futaba MDM166A VFD displays. +# The VFD is built-in in Targa HTPC cases and connected to USB port. +# Default size: 96 x 16 +Driver=futabaMDM166A + +#Width=96 +#Height=16 +#UpsideDown=no +#Invert=no +#Brightness=50 +#RefreshDisplay=1000 +######################################################################## + [ax206dpf] # THIS IS AN EXPERIMENTAL DRIVER! # You have to uncomment the variable HAVE_DRIVER_AX206DPF |