LCDCMD

From MCS Wiki AVR
Revision as of 20:44, 11 February 2013 by Admin (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

Action

Send a byte in command mode to a Text LCD display.

 

 

Syntax

LCDCMD  byte

 

 

Remarks

To send data to an LCD display you need to use the LCD statement. If you have the need to call the internal LCD routine which sends a byte in command mode, you can use the LCDCMD statement. The byte can be a variable or numeric constant.

 

 

See also

LCD , LCDDATA

 

 

Example


Lcdcmd 10 ' will call _lcd_control
Lcddata 65 ' will call _write_lcd and send ASCII 65 (A)

Languages   English Deutsch  
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language