High-level managed interface for PicoLCD 4x20 Sideshow device.
PicoLCD_4x20 Class
NamespacesPicoLCDLibPicoLCD_4x20

[This is preliminary documentation and is subject to change.]

This class implements a high-level, managed interface to the PicoLCD 4x20 Sideshow device.
Declaration Syntax
C#Visual BasicVisual C++
public class PicoLCD_4x20 : IDisposable
Public Class PicoLCD_4x20 _
	Implements IDisposable
public ref class PicoLCD_4x20 : IDisposable
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Version
Returns the device's firmware version number.

Inheritance Hierarchy
Object
PicoLCD_4x20

Assembly: PicoLCDLib (Module: PicoLCDLib) Version: 0.1.3301.29457