diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-07-12 20:45:30 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-07-12 20:45:30 +0000 |
commit | 0c45f59043d0403274fcd6c2b3f9c70b412377e6 (patch) | |
tree | e7fbe8657b72c97d7cd14545e049519263c9bc6f /lcd4linux.c | |
parent | a2bb31e88bf20d30d1a3e3d50fba774c2a438b49 (diff) | |
download | lcd4linux-0c45f59043d0403274fcd6c2b3f9c70b412377e6.tar.gz |
[lcd4linux @ 2006-07-12 20:45:30 by reinelt]
G15 and thread patch by Anton
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@667 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.conf.sample | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 78538f8..123a14d 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -4,6 +4,16 @@ Variables { minute 60000 } +Display G15 { + Driver 'G-15' + Font '6x8' + Contrast 10 + Inverted 0 + UInput '/dev/input/uinput' + SingleKeyPress 1 +} + + Display SerDispLib { Driver 'serdisplib' Port 'PAR:/dev/parports/0' |