diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2008-07-15 10:22:19 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2008-07-15 10:22:19 +0000 |
commit | b243fddf0754e8d193febc0598941fd1638ff33b (patch) | |
tree | ff80c438b682a1379a494dc710025c5f8eaf7dd7 /lcd4linux.c | |
parent | 38a69aee81b48e2df7714310c39b5cdf171b9123 (diff) | |
download | lcd4linux-b243fddf0754e8d193febc0598941fd1638ff33b.tar.gz |
added IRLCD driver by Jean-Philippe Civade
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@884 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.conf.sample | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 9fe6bb9..ec44bce 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -41,6 +41,13 @@ Display LCD-Linux { UseBusy 0 } +Display IRLCD { + Driver 'IRLCD' + Size '16x2' + Backlight 0 + Icons 1 +} + Display LCD2USB { Driver 'LCD2USB' Size '20x2' @@ -1206,6 +1213,7 @@ Layout Debug { #Display 'T6963-240x128' #Display 'T6963-240x128D' #Display 'XWindow' +#Display 'IRLCD' #Display 'USBLCD' #Display 'BWCT' #Display 'Image' |