MikroElektronika PIC Microcontrollers PIC16 Datenblatt Seite 116

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 194
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 115
Programming PIC Microcontrollers in BASIC - mikroElektronika
Example
GLCD_Put_Data(temperature)
5.2.11.5 GLCD_Put_Data2 – Sends data byte to GLCD.
Prototype sub procedure GLCD_Put_Data2(dim data as byte, dim side as byte)
Description Sends data to GLCD at specified <side> (<side> can take constant value LEFT or RIGHT) .
Example
GLCD_Put_Data2(temperature, 1)
5.2.11.6 GLCD_Select_Side- Selects the side of the GLCD.
Prototype sub procedure GLCD_Select_Side(dim LCDSide as byte)
Description Selects the side of the GLCD:
' const RIGHT = 0
' const LEFT = 1
Example
GLCD_Select_Side(1)
http://www.mikroelektronika.co.yu/english/product/books/picbasicbook/05.htm (74 sur 112)05/11/2004 02:20:53
Seitenansicht 115
1 2 ... 111 112 113 114 115 116 117 118 119 120 121 ... 193 194

Kommentare zu diesen Handbüchern

Keine Kommentare