SW006010 Microchip Technology, SW006010 Datasheet - Page 73

no-image

SW006010

Manufacturer Part Number
SW006010
Description
MPLAB 17C SOFTWARE
Manufacturer
Microchip Technology
Datasheets

Specifications of SW006010

Tool Function
Compiler
Tool Type
Compiler
Processor Series
PIC17C
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
MPLAB®
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
 2002 Microchip Technology Inc.
OpenXLCD (Continued)
Return Value:
File Name:
Code Example:
putrsXLCD
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
Code Example:
putcXLCD
Function:
File Name:
putsXLCD
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
Code Example:
PIC17C4X, PIC17C756
Writes a string of characters in ROM to the Hitachi HD44780
LCD controller.
xlcd.h
void putrsXLCD (static rom char *buffer);
Pointer to characters to be written to the LCD controller.
This functions writes a string of characters located in program
memory to the Hitachi HD44780 LCD controller. It stops
transmission after the character before the null character, i.e.,
the null character is not sent.
None
xlcd.c
rom char mybuff [20];
putrsXLCD(mybuff);
This function operates identically to WriteDataXLCD.
#define
PIC17C4X, PIC17C756
Writes a string of characters to the Hitachi HD44780 LCD
controller.
xlcd.h
void putsXLCD (static char *buffer);
Pointer to characters to be written to the LCD controller.
This functions writes a string of characters located in buffer to
the Hitachi HD44780 LCD controller. It stops transmission after
the character before the null character, i.e., the null character is
not sent.
None
xlcd.c
char mybuff [20];
putsXLCD(mybuff);
buffer
buffer
None
xlcd.c
OpenXLCD(EIGHT_BIT&LINES_5X7);
in
xlcd.h
Software Peripheral Library
apRNOVS^-page 69

Related parts for SW006010