PIC24 Support Libraries
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
lcd4bit.c File Reference
#include "pic24_all.h"

Go to the source code of this file.

Functions

void configBusAsOutLCD (void)
 

Detailed Description

Demonstrates a Character LCD using the industry standard parallel interface in 4-bit mode. Assumes a 5V LCD; digital-only IO pins are assumed to be used for the four-bit data bus because they are 5V input tolerant.

Tested with Optrex 24227 and Optrex DMC-50448N-AAE-AD. Should work with any LCD that uses the Hitachi HD44780 LCD controller.

Definition in file lcd4bit.c.

Function Documentation

void configBusAsOutLCD ( void  )

Functions above this line must be redefined for your particular PICmicro-to-LCD interface

Definition at line 82 of file lcd4bit.c.