Datasheet

Table Of Contents
PIC16LF1904/6/7
DS41569A-page 186 Preliminary 2011 Microchip Technology Inc.
TABLE 19-1: LCD SEGMENT AND DATA
REGISTERS
The LCDCON register (Register 19-1) controls the
operation of the LCD driver module. The LCDPS regis-
ter (Register 19-2) configures the LCD clock source
prescaler and the type of waveform; Type-A or Type-B.
The LCDSEn registers (Register 19-5) configure the
functions of the port pins.
The following LCDSEn registers are available:
LCDSE0 SE<7:0>
LCDSE1 SE<15:8>
LCDSE2 SE<23:16> (PIC16LF1904/1907 only)
LCDSE3 SE<28:24>
(1)
(SE<26:24>
(2)
)
Once the module is initialized for the LCD panel, the
individual bits of the LCDDATAn registers are
cleared/set to represent a clear/dark pixel, respectively:
LCDDATA0 SEG<7:0>COM0
LCDDATA1 SEG<15:8>COM0
LCDDATA2 SEG<23:16>COM0
LCDDATA3 SEG<7:0>COM1
LCDDATA4 SEG<15:8>COM1
LCDDATA5 SEG<23:16>COM1
LCDDATA6 SEG<7:0>COM2
LCDDATA7 SEG<15:8>COM2
LCDDATA8 SEG<23:16>COM2
LCDDATA9 SEG<7:0>COM3
LCDDATA10 SEG<15:8>COM3
LCDDATA11 SEG<23:16>COM3
(1)
LCDDATA12 SEG<28:24>COM0
(1)
(SEG<26:24>)
(2)
LCDDATA15 SEG<28:24>COM1
(1)
(SEG<26:24>)
(2)
LCDDATA18 SEG<28:24>COM2
(1)
(SEG<26:24>)
(2)
LCDDATA21 SEG<28:24>COM3
(1)
(SEG<26:24>)
(2)
As an example, LCDDATAn is detailed in
Register 19-6.
Once the module is configured, the LCDEN bit of the
LCDCON register is used to enable or disable the LCD
module. The LCD panel can also operate during Sleep
by clearing the SLPEN bit of the LCDCON register.
Device
# of LCD Registers
Segment
Enable
Data
PIC16LF1904/6/7 4 16
Note 1: PIC16LF1906 only.