GLCDCMD
(Difference between revisions)
(Created page with "= <span class="f_Header">Action</span> = Sends a command byte to the SED graphical LCD display. <span style="font-family: Arial;"> </span> <span style="font-family: Ar...") |
|||
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 style="padding: 0px; margin: 0px 0px 0px 4px;"> |
{| 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: 405px; border: 1px solid rgb(0, 0, 0);" | | | valign="top" width="100%" style="width: 405px; 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="16%" style="width: 74px; border: 1px solid rgb(0, 0, 0);" | | ||
+ | chip | ||
+ | |||
+ | | valign="top" width="100%" style="width: 405px; 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> which indicates which graphic chip CE line need to be selected. The routine _selchip1 or _selchip2 is called. | ||
|} | |} | ||
+ | </div> | ||
+ | <span style="font-family: Arial;"> </span> | ||
</div> | </div> | ||
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> |
Revision as of 23:19, 13 December 2014
Contents |
Action
Sends a command byte to the SED graphical LCD display.
Syntax
GLCDCMD byte
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 GLCDCMD you can write command 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 , LCDAT, GLCDDATA
Example
NONE
Languages | English • Deutsch |
---|