[mythtv] Re:LCD update

thor mythtv at lamedomainname.com
Thu Jun 26 14:04:50 EDT 2003


On Thursday 26 June 2003 03:40 pm, Steven J. Finnegan wrote:
> Thor:
>
> If you do work on updating the LCD stuff, be aware of the following...
>
> (You are probably aware of some of this, but just in case)
>

	I wasn't. Thanks.


> 	sendToServer("output <value>");
>
> Where "value" is
> 	"on" - turns on all outputs
> 	"off" - turns off all outputs
> 	mask - a value representing the binary mask of "on" values ( "3" means LED
> 1 & 2 on, etc.)

	Just to be clear, mask is supposed to passed as an integer, but it should be 
equivalent to a binary mask of on/offs (eg.  101010 would turn off lights 4, 
3, and 1, but turn on lights 6, 4, 2, and it should be passed as 42). Have I 
got that right?

- thor
 




More information about the mythtv-dev mailing list