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..)
This commit is contained in:
@@ -55,9 +55,9 @@
|
|||||||
# or '//' in the first columns.
|
# or '//' in the first columns.
|
||||||
|
|
||||||
Driver curses
|
Driver curses
|
||||||
Bind 172.16.3.69
|
; Bind 172.16.3.69
|
||||||
Port 3777
|
; Port 3777
|
||||||
Debug 3
|
; Debug 5
|
||||||
WaitTime 80
|
WaitTime 80
|
||||||
User dgd
|
User dgd
|
||||||
|
|
||||||
@@ -68,7 +68,7 @@ User dgd
|
|||||||
# MatrixOrbital driver
|
# MatrixOrbital driver
|
||||||
|
|
||||||
[MtxOrb]
|
[MtxOrb]
|
||||||
Arguments -d /dev/ttyS0 -t lkd202-25
|
Arguments -d /dev/ttyS0 -t 20x2 -c 120
|
||||||
|
|
||||||
# MatrixOrbital GLK driver
|
# MatrixOrbital GLK driver
|
||||||
|
|
||||||
@@ -105,5 +105,5 @@ Arguments -d /dev/ttyS0 -t lkd202-25
|
|||||||
# Curses driver
|
# Curses driver
|
||||||
|
|
||||||
[curses]
|
[curses]
|
||||||
Arguments -f blue -b cyan -B red -t 20x2
|
Arguments -f blue -b cyan -B red -t 20x4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user