C# Class GrafitiDemo.LCD

Show file Open project: nuigroup/grafiti Class Usage Examples

Public Methods

Method Description
DisplayError ( ) : void
Draw ( ) : void
DrawDigit ( int i ) : void
DrawSegment ( float x1, float y1, float x2, float y2 ) : void
LCD ( float x, float y, int nDigits ) : System
UpdateText ( string valueAsString ) : bool

Private Methods

Method Description
DisplayDigits ( ) : void
DrawE ( ) : void
DrawMinus ( ) : void
DrawPlus ( ) : void
DrawPoint ( ) : void

Method Details

DisplayError() public static method

public static DisplayError ( ) : void
return void

Draw() public method

public Draw ( ) : void
return void

DrawDigit() public static method

public static DrawDigit ( int i ) : void
i int
return void

DrawSegment() public static method

public static DrawSegment ( float x1, float y1, float x2, float y2 ) : void
x1 float
y1 float
x2 float
y2 float
return void

LCD() public method

public LCD ( float x, float y, int nDigits ) : System
x float
y float
nDigits int
return System

UpdateText() public method

public UpdateText ( string valueAsString ) : bool
valueAsString string
return bool