diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2008-07-15 04:15:53 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2008-07-15 04:15:53 +0000 |
commit | a33d603a8a6e4315feb59e4d7f184d3296d7ab6a (patch) | |
tree | 769c6e6b6530f30330d49bf5e1ccaa3f6bb19d39 /lcd4linux.c | |
parent | 0eaef1fe7d173a7e629dcb61360c9ae450dc7a69 (diff) | |
download | lcd4linux-a33d603a8a6e4315feb59e4d7f184d3296d7ab6a.tar.gz |
picoLCDGraphic driver by Nicu Pavel added
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@881 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.conf.sample | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 79fb2c2..9fe6bb9 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -254,6 +254,13 @@ Display picoLCD { Icons 1 } +Display picoLCDGraphic { + Driver 'picoLCDGraphic' + Size '256x64' + Contrast 0 + Backlight 100 +} + Display SC1602D { Driver 'HD44780' Port '/dev/parports/0' |