LCD_Init Function

Initializes the LCD hardware

Syntax

void LCD_Init()

Parameters

None

Return Value

None

Remarks

LCD_Init() should be called before any other LCD functions can be used.

Requirements

lcd.h

Example

N/A