WriteCommonLCD Function

Writes 4-bit command to LCD

Syntax

ERRCODE WriteCommonLCD(UBYTE value);

Parameters

value - 4-bit data value

Return Value

SUCCESS -  dataByte is written 
Otherwise -  ERROR

Remarks

N/A

Requirements

lcd.h

Example

N/A