Hi Andy, > How many/which of the RaQ3 front LEDs can we control digitally?? > On the Qube3 i've used > /sbin/led-write 0 > /sbin/led-write 4 > > however these dont appear to do anything. Ideally i'd like to make a > warning to be shown by flashing the cobalt badge.
You refer to the LCD panel? I'm not sure with which command you can get it to show the Cobalt logo, but you can show custom text on it with the following command /sbin/lcd-write Example: /sbin/lcd-write "Hello" "World" That will show the word "Hello" in the first line and "World" in the second line. -- With best regards, Michael Stauber [EMAIL PROTECTED] Unix/Linux Support Engineer _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
