PtLed

PtLed -- An LED-style data display.

Synopsis

class PtLed PtBasic
{
    led_data;         // short array
    led_depth;        // short 
    led_flags;        // flag 
    led_max;          // short
    led_min;          // short
    led_off_color;    // color array
    led_on_color;     // color array
    led_rows;         // short 
    led_segs;         // short 
    led_space;        // short 
}
		

Base Classes

PtWidget <-- PtBasic <-- PtLed

Derived Classes

PtLedBar, PtLedPanel

Description

This widget is not yet implemented, and does not appear in the Photon documentation.

Instance Variables

led_data

led_depth

led_flags

This instance variable may be a combination of zero or more of the following flags:

led_max

led_min

led_off_color

led_on_color

led_rows

led_segs

led_space

Copyright 1995-2002 by Cogent Real-Time Systems, Inc.