From: Michael R. <re...@eu...> - 2004-04-08 11:32:18
|
Hi Alex, > I just tried out the CVS since another user were asking about the mysql > plugin, and it seems nice because the bars display for the CrystalFontz > now works properly. However, I used to do lcd4linux -q -c Backlight=0 -c > Contrast=0 to clear the screen on my lcd4linux shutdown script on gentoo > linux. It seems the CVS doesn't work anymore with -c Blacklight=0 and > etc... This is because the config layout changed (now you have "structure" in the config file). but the -c option still works, you just have to know how the structure is "flattened" (this should be documentet someday. Are the Doc guys listening?) key 'val' => lcd4linux -c key='val' group { key 'val' } => -c group.key='val' group 'name' { key 'val' } => -c group:name.key='val' group1 'name1' { group2 'name2' { key 'val' } } => -c group1:name1.group2:name2.key='val' bye, michael -- Michael Reinelt Tel: +43 676 3079941 Geisslergasse 4 Fax: +43 316 692343 A-8045 Graz, Austria e-mail: re...@eu... |