MikroElektronika PIC Microcontrollers PIC16 Ficha de datos Pagina 118

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 194
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 117
1 2 ... 113 114 115 116 117 118 119 120 121 122 123 ... 193 194

Comentarios a estos manuales

Sin comentarios