MikroElektronika PIC Microcontrollers PIC16 Fiche technique Page 118

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 194
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 117
Programming PIC Microcontrollers in BASIC - mikroElektronika
Description Draws a dot on the GLCD at specified coordinates.
Example
GLCD_Set_Dot(20, 32)
5.2.11.10 GLCD_Circle – Draws a circle on the GLCD.
Prototype
sub procedure GLCD_Circle(dim CenterX as integer, dim CenterY as integer,
dim Radius as integer)
Description Draws a circle on the GLCD, centered at <CenterX, CenterY> with <Radius>.
Example
GLCD_Circle(30, 42, 6)
5.2.11.11 GLCD_Line – Draws a line
Prototype
sub procedure GLCD_Line(dim x1 as integer, dim y1 as integer, dim x2 as
integer, dim y2 as integer)
Description Draws a line from (x1,y1) to (x2,y2).
http://www.mikroelektronika.co.yu/english/product/books/picbasicbook/05.htm (76 sur 112)05/11/2004 02:20:53
Vue de la page 117
1 2 ... 113 114 115 116 117 118 119 120 121 122 123 ... 193 194

Commentaires sur ces manuels

Pas de commentaire