DisplayLcd Class

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

Definition

Namespace: RoboTx.Api
Assembly: Robo-Tx.Api (in Robo-Tx.Api.dll) Version: 2.0.0+58b061ffe902bd370f7f9a4c58103d8e1f566889
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