MikroElektronika PIC Microcontrollers PIC16 Datový list Strana 118

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 194
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 117
1 2 ... 113 114 115 116 117 118 119 120 121 122 123 ... 193 194

Komentáře k této Příručce

Žádné komentáře