diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-02-28 06:19:46 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-02-28 06:19:46 +0000 |
commit | 915154c4eb39dfa4a593d946c3a443a1812cc4ff (patch) | |
tree | 600763f1c4a85bda3d0f35b3c0ea666d34882422 /lcd4linux.c | |
parent | 64522a267dccb2f0dc71d186b084c8c462a28f65 (diff) | |
download | lcd4linux-915154c4eb39dfa4a593d946c3a443a1812cc4ff.tar.gz |
GLCD2USB driver from Till Harbaum
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@987 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.conf.sample | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 3426450..090e3a7 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -55,6 +55,9 @@ Display LCD2USB { Icons 1 } +Display GLCD2USB { + Driver 'GLCD2USB' +} Display LCD2041 { Driver 'MatrixOrbital' @@ -1237,15 +1240,16 @@ Layout Debug { #Display 'LPH7508-serdisplib' #Display 'LPH7508' #Display 'ctinclud' -Display 'picoLCD' +#Display 'picoLCD' +Display 'GLCD2USB' #Layout 'Default' -#Layout 'TestLayer' +Layout 'TestLayer' #Layout 'TestImage' #Layout 'L8x2' #Layout 'L16x1' #Layout 'L16x2' -Layout 'L20x2' +#Layout 'L20x2' #Layout 'L40x2' #Layout 'Test' #Layout 'Test2' |