From 136558264e0907cd41ff181febbd74e9943f7320 Mon Sep 17 00:00:00 2001 From: marschap Date: Thu, 25 May 2006 11:54:55 +0000 Subject: [PATCH] activate curses driver (should work everywhere) --- LCDd.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/LCDd.conf b/LCDd.conf index c35fd59..c131401 100644 --- a/LCDd.conf +++ b/LCDd.conf @@ -32,15 +32,15 @@ # The name of the driver is exactly the same as the name of the driver # module that is to be loaded, including the case of the letters ! # (That is: unless a file= option is given in the driver section) -#Driver=CFontzPacket -#Driver=hd44780 -#Driver=IOWarrior -#Driver=MtxOrb +Driver=curses #Driver=CFontz633 +#Driver=CFontzPacket #Driver=CwLnx #Driver=glcdlib +#Driver=IOWarrior #Driver=imon -Driver=MD8800 +#Driver=MD8800 +#Driver=MtxOrb #Driver=NoritakeVFD #Driver=serialVFD @@ -149,7 +149,7 @@ Brightness=255 # This value is used when the display is normally # switched off in case LCDd is inactive OffBrightness=0 -# Set the communication speed [default: 9600; legal: 1200, 2400, 9600, 19200i or 115200] +# Set the communication speed [default: 9600; legal: 1200, 2400, 9600, 19200 or 115200] Speed=9600 # Set the firmware version (New means >= 2.0) [default: no; legal: yes, no] NewFirmware=no