High-level managed interface for PicoLCD 4x20 Sideshow device.
Cache Property
NamespacesPicoLCDLibPicoLCD_4x20Cache

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

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.
Declaration Syntax
C#Visual BasicVisual C++
public bool Cache { get; set; }
Public Property Cache As Boolean
public:
property bool Cache {
	bool get ();
	void set (bool value);
}

Assembly: PicoLCDLib (Module: PicoLCDLib) Version: 0.1.3301.29457