Allows derived classes to send bytes to the LCD. Used mostly for custom commands only present on certain models.
[Visual Basic] Protected Sub ( _ ByVal Byte As Byte _ ) [C#] protected void ( byte Byte ); [C++] protected: void ( char Byte ); [JScript] protected function ( Byte Byte );
EZLCDBase Class | EZLCD.SDK Namespace