[This is preliminary documentation and is subject to change.]
This class implements a high-level, managed interface to the PicoLCD 4x20 Sideshow device.
| C# | Visual Basic | Visual C++ |
public class PicoLCD_4x20 : IDisposable
Public Class PicoLCD_4x20 _ Implements IDisposable
public ref class PicoLCD_4x20 : IDisposable
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| PicoLCD_4x20()()() |
Instantiates a new instance for the first-found PicoLCD device. To get all instances, use EnumeratePicoLCDDevices
| |
| Backlight |
Returns or sets the backlight level.
| |
| Cache |
If True, values are only sent to the device if different from the current value. If device gets out of sync, disabling Cache will force values to be sent.
| |
| Contrast |
Gets or sets the contrast level.
| |
| Dispose()()() |
Dispose should be called when the device is no longer needed, to free unamanaged resources used by the underlying HID device.
| |
| EnumeratePicoLCDDevices()()() |
Returns a list of all detected PicoLCD devices on the system.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IRDataReceived |
This event is raised when IR data is received.
| |
| KeyPressed |
This event is raised when a key on the PicoLCD device is pressed.
| |
| LEDEnabled |
Returns or sets the LED state.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Mode |
Sets the device mode.
| |
| SerialNumber |
Returns the device's serial number.
| |
| TestSplash()()() |
Tests (shows) the device's splash screen.
| |
| Text[([(Int32])]) |
Gets or sets the text for the given row.
| |
| Text |
Gets or sets the text for the display. Text is wrapped at the maximum line length (20) or at CR/LF characters.
| |
| ToString()()() | (Inherited from Object.) | |
| Version |
Returns the device's firmware version number.
|
| Object | |
| PicoLCD_4x20 | |