From 8e9600c96395edbdf3ca754a8b912ea631c699dc Mon Sep 17 00:00:00 2001 From: marschap Date: Fri, 29 Sep 2006 09:38:04 +0000 Subject: [PATCH] add Model directive to CwLnx stanza --- LCDd.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/LCDd.conf b/LCDd.conf index 2b38410..6e342b1 100644 --- a/LCDd.conf +++ b/LCDd.conf @@ -239,11 +239,12 @@ UseACS=no ## Cwlinux driver ## [CwLnx] +# Select the LCD model [default: 12232; legal: 12232, 1608] +Model=12232 # Select the output device to use [default: /dev/lcd] -#Device=/dev/ttyS0 Device=/dev/ttyUSB0 -# Select the LCD size [default: 20x4] +# Select the LCD size [default: 20x4 (for 12232), 16x2 (for 1608)] Size=20x4 # Set the communication speed [default: 19200; legal: 9600, 19200] @@ -276,6 +277,8 @@ Keypad=yes # Default value is no #keypad_test_mode=yes + + ## EyeboxOne driver ## [EyeboxOne]