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+65026aec209dcdd4c8c41f5116aa473c5500e690
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