User manual
Table Of Contents
- Chapter 1. Introduction
- Chapter 2. Getting Started
- Chapter 3. Using the Demo Software
- Appendix A. Board Technical Information
- Figure A-1: PICDEM™ LCD 2 Default Jumper Location
- A.1 Processors
- A.2 LCD Display
- Figure A-2: PICDEM™ LCD 2 Display
- Table A-2: LCD Glass Specifications
- Figure A-3: Display Definitions
- Figure A-4: Digit Description
- Table A-3: LCD SEGx and COMx
- A.2.1 Device-Specific LCD Segment Configuration
- Table A-4: PIC18F85J90 PIM and ICE Pin/Port Comparison
- Table A-5: PIC18F85J90 LCD connections Comparison
- Figure A-5: Segment Configuration for PIC18F85J90 Devices
- Table A-6: PIC18F85j90 pORT AND pIN cOMPARISON
- Table A-7: PIC18F87J90 PIM and ICE Pin/Port Comparison
- Table A-8: PIC18F87J90 LCD connections Comparison
- Figure A-6: Segment Configuration for PIC18F87J90 Devices
- Table A-9: PIC18F87j90 pORT AND pIN cOMPARISON
- Table A-10: PIC18F8490 Pim and ICE Port/Pin Comparison
- Table A-11: pic18f8490 LCD cONNECTIONS cOMPARISON
- Figure A-7: Segment Configuration for PIC18F8490 Devices
- Table A-12: pic18f8490 pIN AND pORT cOMPARISON
- Table A-13: PIC16F946 PIM and ICE PIn/Port Comparison
- Table A-14: PIC16F946 LCD Connections cOMPARISON
- Figure A-8: Segment Configuration for PIC16F946 Devices
- Table A-15: pic16f946 pORT AND PIN cOMPARISON
- Table A-16: PIC16F/LF1946/7 PIM and ICE PIn/Port Comparison
- Table A-17: PIC16F/LF1946/7 LCD Connections cOMPARISON
- Figure A-9: Segment Configuration for PIC16F/LF1946/7 Devices
- Table A-18: pic16f/LF1946/7 pORT AND PIN cOMPARISON
- Table A-19: PIC16F917 PIM and ICE Pin/Port Comparison
- Table A-20: pic16f917 LCD cONNECTIONS cOMPARISON
- Figure A-10: Segment Configuration for PIC16F914/917 Devices
- Table A-21: pic16f917 pIN AND pORT cOMPARISON
- A.3 LED Display
- A.4 Charge Pump and VLCAP
- A.5 Resistive Ladder Versus Charge Pump
- A.6 Oscillator Options
- A.7 RS-232 Serial Port
- A.8 Real-Time Clock
- A.9 Serial EEPROM
- A.10 Analog Input
- A.11 Temperature Sensor
- A.12 Switches
- A.13 ICD Connector
- A.14 Power Supply
- A.15 Board Layout and Schematics
- A.16 PIM Layout and Schematics
- Figure A-16: PIC18F65J90 and PIC18F85J90 PIM Layout
- Figure A-17: PIC16F914/917 PIM Layout
- Figure A-18: PIC16F946 PIM Layout
- Figure A-19: PIC16F/LF1946/7 PIM Layout
- Figure A-20: PIC18F6490/8490 PIM Layout
- Figure A-21: PIC18F87j90 PIM Layout
- Figure A-22: PICDEM™ LCD 2 PIC16F914/917 PIM Schematic
- Figure A-23: PICDEM LCD 2 PIC16F/LF1946/7 64-Pin PIM Schematic
- Figure A-24: PICDEM™ LCD 2 PIC16F946 PIM Schematic
- Figure A-25: PICDEM™ LCD 2 PIC18F6490 64-pin PIM Schematic
- Figure A-26: PICDEM™ LCD 2 PIC18F8490 80-pin PIM Schematic
- Figure A-27: PICDEM™ LCD 2 PIC18F6XJ90 64-pin PIM Schematic
- Figure A-28: PICDEM™ LCD 2 PIC18F87J90 80-pin PIM Schematic
- Figure A-29: PICDEM™ LCD 2 PIC18F85J90 80-pin PIM Schematic
- Worldwide Sales and Service

PICDEM™ LCD 2 Demonstration Kit User’s Guide
DS51662C-page 6 2010 Microchip Technology Inc.
CONVENTIONS USED IN THIS GUIDE
This manual uses the following documentation conventions:
DOCUMENTATION CONVENTIONS
Description Represents Examples
Arial font:
Italic characters Referenced books MPLAB
®
IDE User’s Guide
Emphasized text ...is the only compiler...
Initial caps A window the Output window
A dialog the Settings dialog
A menu selection select Enable Programmer
Quotes A field name in a window or
dialog
“Save project before build”
Underlined, italic text with
right angle bracket
A menu path File>Save
Bold characters A dialog button Click OK
A tab Click the Power tab
N‘Rnnnn A number in verilog format,
where N is the total number of
digits, R is the radix and n is a
digit.
4‘b0010, 2‘hF1
Text in angle brackets < > A key on the keyboard Press <Enter>, <F1>
Courier New font:
Plain Courier New Sample source code #define START
Filenames autoexec.bat
File paths c:\mcc18\h
Keywords _asm, _endasm, static
Command-line options -Opa+, -Opa-
Bit values 0, 1
Constants 0xFF, ‘A’
Italic Courier New A variable argument file.o, where file can be
any valid filename
Square brackets [ ] Optional arguments mcc18 [options] file
[options]
Curly brackets and pipe
character: { | }
Choice of mutually exclusive
arguments; an OR selection
errorlevel {0|1}
Ellipses... Replaces repeated text var_name [,
var_name...]
Represents code supplied by
user
void main (void)
{ ...
}