GLCDCMD/de
From MCS Wiki AVR
< 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...") |
m (1 revision) |
Latest revision as of 21:14, 15 February 2013
Contents |
= (**COPIED FROM ENGLISH PAGE**) === 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. |
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 |
---|