DisplayLcd Class

Writes text to a 16x2 or 16x4 I2C LCD display.

Definition

Namespace: RoboTx.Api
Assembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
C#
public sealed class DisplayLcd
Inheritance
Object    DisplayLcd

Methods

Clear Clears the display.
PrintAt Displays text starting at a specific location of the LCD display. Causes the LCD backlight to switch on. The backlight may switch off after a predefined duration in the firmware.
Sleep Switches off the LCD backlight.
WakeUp Switches on the LCD backlight. The backlight may switch off after a predefined duration in the firmware.

See Also