High-level managed interface for PicoLCD 4x20 Sideshow device.
Text Property
NamespacesPicoLCDLibPicoLCD_4x20Text

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

Gets or sets the text for the display. Text is wrapped at the maximum line length (20) or at CR/LF characters.
Declaration Syntax
C#Visual BasicVisual C++
public string Text { get; set; }
Public Property Text As String
public:
property String^ Text {
	String^ get ();
	void set (String^ value);
}

Assembly: PicoLCDLib (Module: PicoLCDLib) Version: 0.1.3301.29457