lcd_init

Initializes the LCD controller.

void lcd_init (void);

Arguments

Initializes the LCD controller and put it ready to work. After this function, the display is cleared, cursor is hidden and moved to home position (left-top).

Return