Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Blinking LEDs

From: chris:ross-gill at: 25-Jun-2001 7:39

Hi Colin,
> Does anyone know the secret of getting a VID LED style to change > color? The code below seems to indicate that 'Show resets the color to > an internal default.
Try myled/data: true and myled/data: false to change back again. The color defaults are in 'myled/colors. - Chris