DisplayLcd Class
Writes text to a 16x2 or 16x4 I2C LCD display.
Namespace: RoboTx.ApiAssembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
public sealed class DisplayLcd
Public NotInheritable Class DisplayLcd
[<SealedAttribute>]
type DisplayLcd = class end
- Inheritance
- Object DisplayLcd
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.
|