GLCDDATA

From MCS Wiki AVR
(Difference between revisions)
Jump to: navigation, search
(Created page with "= <span class="f_Header">Action</span> = Sends a data byte to the SED graphical LCD display. <span style="font-family: Arial;"> </span> <span style="font-family: Arial...")
 
 
(One intermediate revision by one user not shown)
Line 9: Line 9:
 
= <span class="f_Header">Syntax</span> =
 
= <span class="f_Header">Syntax</span> =
  
<span class="f_Syntax">GLCDDATA</span>&nbsp;byte
+
<span class="f_Syntax">GLCDDATA</span>&nbsp;byte [,chip]
  
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
Line 16: Line 16:
  
 
= <span class="f_Header">Remarks</span> =
 
= <span class="f_Header">Remarks</span> =
<div style="padding: 0px; margin: 0px 0px 0px 4px;">
+
<div style="padding: 0px; margin: 0px 0px 0px 4px;"></div>
 
{| width="488" cellspacing="0" cellpadding="1" border="1" style="border: 2px solid rgb(0, 0, 0); border-spacing: 0px; border-collapse: collapse;"
 
{| width="488" cellspacing="0" cellpadding="1" border="1" style="border: 2px solid rgb(0, 0, 0); border-spacing: 0px; border-collapse: collapse;"
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
Line 24: Line 24:
 
| valign="top" width="100%" style="width: 400px; border: 1px solid rgb(0, 0, 0);" |  
 
| valign="top" width="100%" style="width: 400px; border: 1px solid rgb(0, 0, 0);" |  
 
A variable or numeric constant to send to the display.
 
A variable or numeric constant to send to the display.
 +
 +
|- style="vertical-align: top;"
 +
| valign="top" width="17%" style="width: 79px; border: 1px solid rgb(0, 0, 0);" |
 +
chip
 +
 +
| valign="top" width="100%" style="width: 400px; border: 1px solid rgb(0, 0, 0);" |
 +
An optional numeric variable or constant in the range from<span style="font-weight: bold;">1-2</span>&nbsp;which indicates which graphic chip CE line need to be selected. The routine _selchip1 or _selchip2 is called.
  
 
|}
 
|}
</div>
+
 
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
  

Latest revision as of 23:20, 13 December 2014

Contents

Action

Sends a data byte to the SED graphical LCD display.

 

 

Syntax

GLCDDATA byte [,chip]

 

 

Remarks

byte

A variable or numeric constant to send to the display.

chip

An optional numeric variable or constant in the range from1-2 which indicates which graphic chip CE line need to be selected. The routine _selchip1 or _selchip2 is called.

 

 

With GLCDDATA you can write data bytes to the display. This is convenient to control the display when there is no specific statement available.

You need to include the glibSED library with :

 

$LIB "glibsed.lbx"

 

 

See also

CONFIG GRAPHLCD , LCDATGLCDCMD

 

 

Example

NONE


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