Initializes the object. Note that you should also call Begin. RS - RS Pin RW - RW Pin. Pass 255 if not required. Enable - Enable pin. DataPins - Array of bytes with 4 or 8 bytes for the data pins. Example: lcd.Initialize(8, 255, 9, ArrayAsByte(4, 5, 6, 7))
SetCursor (ColumnAsByte, RowAsByte) Asvoid
Sets the cursor position.
Write (MessageAsObject) Asvoid
Writes the message. The message can be a string, a number or an array of bytes.
Top