[tuxdroid-user] Led's and eyes
Status: Beta
Brought to you by:
ks156
From: David B. <da...@ja...> - 2007-04-16 19:11:27
|
I just added a new tracker issue about the control of the led's when the eyes are closed. iirc there've been some questions about that here and we now found what happens. There's a flag masking the blue led's so they won't light when the eyes are closed, tux looks better that way. The mask is applied when the close command is issued (store the state) and removed (restore the state) when the open command is issued. There are 2 problems: 1. the status of the led's can be changed when the eyes are closed but will be lost when they reopen because of the restore function; 2. if the eyes reopen without the open command, like when moving the mouth, the mask will not be removed and the led's won't change until you issue some eyes commands. Steps to reproduce: - close the eyes - ove the mouth, most tux will reopen the eyes automatically at that time - try to toggle the led's, it won't work I'll fix that in the next release, there start to be a few improvements to do so I'll spend some time reworking the firmware soon. david |