GLCDCMD
Aus MCS Wiki AVR
(Unterschied zwischen Versionen)
Admin (Diskussion | Beiträge) (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...") |
Admin (Diskussion | Beiträge) |
||
(Eine dazwischenliegende Version von einem Benutzer wird nicht angezeigt) | |||
Zeile 9: | Zeile 9: | ||
= <span class="f_Header">Syntax</span> = | = <span class="f_Header">Syntax</span> = | ||
− | <span class="f_Syntax">GLCDCMD</span> byte | + | <span class="f_Syntax"><span class="highlight" id="highlight" name="highlight">GLCDCMD</span></span> byte [,chip] |
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> | ||
Zeile 16: | Zeile 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;" | ||
Zeile 24: | Zeile 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> |
Aktuelle Version vom 13. Dezember 2014, 23:20 Uhr
Inhaltsverzeichnis |
Action
Sends a command byte to the SED graphical LCD display.
Syntax
GLCDCMD 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 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 |
---|