You need to pass 2 hashes - one for the display itself and one for the
optional parameters to showBriefly.  You are doing this in the first
case, but have merged them in the second case.

Something like the following:

$client->showBriefly( {
line => ['line1', 'line2','line3'],
fonts => { graphics-320x32 => 'threeline' }
}, { duration => 15, block => 0 } );


-- 
Triode
------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=47811

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to