DisplayLcd Class
Writes text to a 16x2 or 16x4 I2C LCD display.
Namespace: RoboTx.ApiAssembly: Robo-Tx.Api (in Robo-Tx.Api.dll) Version: 2.0.0+58b061ffe902bd370f7f9a4c58103d8e1f566889
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.
|