GLCDCMD

Aus MCS Wiki AVR
Version vom 13. Dezember 2014, 23:20 Uhr von Admin (Diskussion | Beiträge)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

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 , LCDATGLCDDATA

 

 

Example

NONE


Languages   English Deutsch  
Meine Werkzeuge
Namensräume
Varianten
Aktionen
Navigation
In anderen Sprachen
Sprache