MikroElektronika PIC Microcontrollers PIC16 Ficha de datos Pagina 103

  • 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 102
Programming PIC Microcontrollers in BASIC - mikroElektronika
Example
LCD_Chr_CP("k")
' Prints character "k" at current cursor position
5.2.9.5 LCD_Out – Prints string on LCD at specified row and col
Prototype
sub procedure LCD_Out(dim Row as byte, dim Column as byte, dim byref Text
as char[255])
Description Prints <Text> (string variable) at specified <Row> and <Column> on LCD. Both string variables and string
constants can be passed.
Example
LCD_Out(1, 3, Text)
' Prints string variable Text on LCD (1st row, 3rd column)
5.2.9.6 LCD_Out_CP – Prints string on LCD at current cursor position
Prototype
sub procedure LCD_Out_CP(dim byref Text as char[255])
Description Prints <Text> (string variable) at current cursor position. Both string variables and string constants can be
passed.
http://www.mikroelektronika.co.yu/english/product/books/picbasicbook/05.htm (61 sur 112)05/11/2004 02:20:52
Vista de pagina 102
1 2 ... 98 99 100 101 102 103 104 105 106 107 108 ... 193 194

Comentarios a estos manuales

Sin comentarios