INITLCD

Top  Previous  Next

Action

Initializes the LCD display.

 

 

Syntax

INITLCD

 

 

Remarks

The LCD display is initialized automatic at start up when LCD statements are used by your code.

If fore some reason you would like to initialize it again you can use the INITLCD statement.

For example in environments with static electricity, the display can give strange output.

You can initialize the display then once in a while. When the display is initialized, the display content is cleared also.

 

The LCD routines depend on the fact that the WR pin of the LCD is connected to ground. But when you connect it to as port pin, you can use  INITLCD after you have set the WR pin to logic 0.

 

 

 

ASM

The generated ASM code :

Rcall _Init_LCD

 

 

See also

LCD

 

 

Example

NONE