From f61f6ba43a3ffba248f506a0f7a3a6dfb189e838 Mon Sep 17 00:00:00 2001 From: marschap Date: Sun, 25 Jun 2006 16:09:56 +0000 Subject: [PATCH] adapt contrst values for CFontz* drivers --- LCDd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LCDd.conf b/LCDd.conf index 5cabb59..4d997b8 100644 --- a/LCDd.conf +++ b/LCDd.conf @@ -141,8 +141,8 @@ Speed=9600 Device=/dev/ttyS0 # Select the LCD size [default: 20x4] Size=20x4 -# Set the initial contrast [default: 140; legal: 0 - 1000] -Contrast=140 +# Set the initial contrast [default: 560; legal: 0 - 1000] +Contrast=350 # Set the initial brightness [default: 255; legal: 0 - 255] Brightness=255 # Set the initial off-brightness [default: 0; legal: 0 - 255] @@ -167,7 +167,7 @@ Device=/dev/ttyS0 # Select the LCD type (size) [default: 16x2] Size=16x2 # Set the initial contrast [default: 560; legal: 0 - 1000] -Contrast=140 +Contrast=350 # Set the initial brightness [default: 1000; legal: 0 - 1000] Brightness=1000 # Set the initial off-brightness [default: 0; legal: 0 - 1000]