Lcd.c description – Arizona Picdem 17 User Manual

Page 47

Advertising
background image

2001 Microchip Technology Inc.

DS39024B-page 41

LCD.C

Description

// to the LCD

void putrsXLCD(static const rom char *);

// Writes a string of

characters

// in ROM to the LCD

// User defines these routines according to the oscillator frequency

extern far void DelayFor18TCY(void);

extern far void DelayPORXLCD(void);

extern far void DelayXLCD(void);

#endif

#pragma list

Advertising