Name

lcd_init — initializes the LCD

Synopsis

#include <lcd.h>   
void lcd_init (void); 
void;
 

Arguments

void

no arguments

Description

Initializes the LCD hardware, and the module internal state. Should be invoked before any other function in the LCD module is invoked.

Dependencies

ZKit-51-v664 specific: The LCD module internally initializes and uses the Timer module for blinking the cursor.