Recent Changes - Search:

Introduction to Microcontroller Programming

About PICmicro Chips

Clocking Your PICmicro Devices

E-Blocks

Flowcode Step By Step

PICmicro Projects

Labs

LCD Board EB005

<^< LED Board (EB004) | Course Index | Multiprogrammer (EB006) >^>

EB005 LCD Board

More information can be found here.

EB005 LCD Board Block Diagram

  • Click EB005-00-2 for the datasheet.
  • The male D-type connector fits into the Female connector of one of the ports of an upstream board.
  • An LCD actually has its own microcontroller on it that takes care of all of the LCD functions.
  • All we need to do is send data or instructions to the LCD
  • Data is sent over the 4 data pins
  • Instructions like 'shift left' are also sent over the same 4 data pins
  • The RS pin 'tells' the LCD whether you are sending Data or Instructions.
  • The enable pin is active low and allows you to select several LCD's that are on the same data and RS lines.
  • Flowcode takes care of all of the driving issues for you.
  • For normal usage, leave the jumpers in the default position.
  • If you put them in the patch position, you can apply your own wiring system.
  • BE AWARE of the fact that the timing of the data that sent to the LCD is quite critical. It is best to use an LCD in combination with a crystal in the PICmicro.

<^< LED Board (EB004) | Course index | Multiprogrammer (EB006) >^>

Print - Search - Login

Page last modified on January 30, 2012, at 02:52 PM