MikroElektronika PIC Microcontrollers PIC16 Ficha de datos Pagina 109

  • 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 108
Programming PIC Microcontrollers in BASIC - mikroElektronika
5.2.10.3 LCD8_Chr – Prints char on LCD at specified row and col
Prototype
sub procedure LCD8_Chr(dim Row as byte, dim Column as byte, dim Character
as byte)
Description Prints <Character> at specified <Row> and <Column> on LCD.
Example
LCD8_Chr(1, 2, "e")
' Prints character "e" on LCD (1st row, 2nd column)
5.2.10.4 LCD8_Chr_CP – Prints char on LCD at current cursor position
Prototype
sub procedure LCD8_Chr_CP(dim Character as byte)
Description Prints <Character> at current cursor position.
Example
LCD8_Chr_CP("k")
' Prints character "k" at current cursor position
5.2.10.5 LCD8_Out – Prints string on LCD at specified row and col
http://www.mikroelektronika.co.yu/english/product/books/picbasicbook/05.htm (67 sur 112)05/11/2004 02:20:53
Vista de pagina 108
1 2 ... 104 105 106 107 108 109 110 111 112 113 114 ... 193 194

Comentarios a estos manuales

Sin comentarios