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:

ConstantDescription
Pt_LED_HORZHorizontal
Pt_LED_VERTVertical
Pt_LED_HIGHLIGHTHighlight
Pt_LED_SETSet

led_max

led_min

led_off_color

led_on_color

led_rows

led_segs

led_space