From 2ae4511295bb16572c22b37685c703dcc4f3b57a Mon Sep 17 00:00:00 2001 From: ddouthitt Date: Fri, 28 Sep 2001 21:13:26 +0000 Subject: [PATCH] Made default (example) configuration more reasonable. Changed sense of -t option for the MtxOrb driver: now gets WxH (20x4) instead of type of display (LKD, VFD, etc..) --- LCDd.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/LCDd.conf b/LCDd.conf index 60d5044..2dd1c0f 100644 --- a/LCDd.conf +++ b/LCDd.conf @@ -55,9 +55,9 @@ # or '//' in the first columns. Driver curses -Bind 172.16.3.69 -Port 3777 -Debug 3 +; Bind 172.16.3.69 +; Port 3777 +; Debug 5 WaitTime 80 User dgd @@ -68,7 +68,7 @@ User dgd # MatrixOrbital driver [MtxOrb] -Arguments -d /dev/ttyS0 -t lkd202-25 +Arguments -d /dev/ttyS0 -t 20x2 -c 120 # MatrixOrbital GLK driver @@ -105,5 +105,5 @@ Arguments -d /dev/ttyS0 -t lkd202-25 # Curses driver [curses] -Arguments -f blue -b cyan -B red -t 20x2 +Arguments -f blue -b cyan -B red -t 20x4