DisplayLed Class

Writes a string to a 4 digit 7 segment LED display. The Arduino pins assigned for the display are configured in the firmware settings.

Definition

Namespace: RoboTx.Api
Assembly: Robo-Tx.Api (in Robo-Tx.Api.dll) Version: 2.0.0+58b061ffe902bd370f7f9a4c58103d8e1f566889
C#
public sealed class DisplayLed
Inheritance
Object    DisplayLed

Methods

Write(Double) Writes a double value to the 7 segment display.
Write(Int32) Writes an integer value to the 7 segment display.
Write(Single) Writes a float value to the 7 segment display.
Write(String) Writes a short string to the 7 segment LED display. String will be truncated if it does not fit the display.

See Also