PCF8566T Universal LCD Driver for Low Multiplex Rates: Datasheet, Application Circuit, and Interfacing Guide
The PCF8566T from NXP Semiconductors is a versatile peripheral device designed to drive Liquid Crystal Displays (LCDs) with low multiplex rates. It serves as a crucial interface between a microcontroller (MCU) and an LCD, offloading the complex task of generating segment and common signals from the host processor. This driver is particularly well-suited for applications requiring a simple, low-power display solution, such as industrial instrument panels, consumer appliances, automotive dashboards, and portable medical devices.
Core Functionality and Datasheet Highlights
The PCF8566T is a universal LCD driver, meaning it can be configured for a variety of display formats. Its core capability lies in driving up to 24 segments and 4 commons, enabling it to control displays with a maximum of 96 pixels (24 segments x 4 commons). It operates in one of two modes: 1:2 or 1:3 multiplex (duplex) with a corresponding bias voltage of 1/2 or 1/3. A key feature is its builting LCD voltage generator, which creates the necessary bias voltages (VLC1 to VLC5) from a single supply voltage (VDD), significantly simplifying the external circuitry required.
Communication with a host controller is achieved via a bidirectional I²C-bus interface, supporting standard (100 kHz) and fast (400 kHz) modes. This two-wire serial interface minimizes the number of GPIO pins required on the MCU. The device is designed for ultra-low power consumption, making it ideal for battery-operated portable equipment. The datasheet provides essential information on absolute maximum ratings, DC characteristics, and AC timing parameters, which are critical for ensuring reliable operation within the system's electrical constraints.
Typical Application Circuit
A standard application circuit for the PCF8566T is remarkably straightforward. The core components include:
1. Power Supply: A decoupling capacitor (e.g., 100nF) is placed close to the VDD and VSS pins.
2. LCD Bias: The internal voltage generator requires only three external capacitors (typically 100nF each) connected to the VLC1, VLC2, and VLC3 pins to stabilize the bias voltages. The VLCD pin is used to adjust the LCD contrast by applying a voltage, often via a simple potentiometer.

3. I²C-Bus Lines: The SDA (serial data) and SCL (serial clock) lines are connected to the host MCU and require pull-up resistors (typically 4.7kΩ to 10kΩ) to VDD.
4. LCD Connection: The segment (S0-S23) and common (C0-C3) outputs are connected directly to the corresponding pins of the LCD glass.
This minimal component count makes the PCF8566T an extremely space-efficient and cost-effective solution.
Interfacing Guide and Software Control
Interfacing the PCF8566T with a microcontroller is a logical process. After ensuring the hardware connections are correct, the software driver must perform the following steps:
1. Initialization: The MCU initializes the I²C peripheral in master mode.
2. Device Addressing: The PCF8566T has a 7-bit I²C slave address of `0x70` (write) and `0x71` (read), though this can be modified by the state of the A0 pin, allowing two devices on the same bus.
3. Configuration: Control bytes are sent to configure the device. This includes setting the multiplex mode (1:2 or 1:3), enabling the display and the internal bias generator, and configuring the blinking mode if needed.
4. Data Transfer: To update the display, the MCU sends a command to set the starting address in the display data RAM (00h to 15h) and then writes the data. Each byte in the RAM controls a group of segments. The driver automatically combines this RAM data with the common signals to generate the correct multiplexed waveform for the LCD.
ICGOOODFIND: The PCF8566T stands out as an exceptionally efficient and simple solution for driving small to medium-sized LCDs. Its integration of the bias generator, minimal external component requirement, and standard I²C interface drastically reduce both design complexity and board space. For engineers developing low-power, cost-sensitive products needing a clear and reliable display, the PCF8566T remains a top-tier choice.
Keywords: LCD Driver, I²C-bus Interface, Low Multiplex Rates, Low Power Consumption, Application Circuit.
