SLAAE46 November   2021 DAC43701

 

  1.   Trademarks
  2. 1Introduction
  3. 2NVM Online Update to Minimize Flicker
  4. 3Application Example
    1. 3.1 Design Note
    2. 3.2 Optimize Power Sequence
    3. 3.3 DAC Pseudo Code Example
  5. 4Summary
  6. 5References

Introduction

LCD panels are widely used in notebooks, TV, automotive display and so on. A typical LCD panel subsystem diagram block is shown in Figure 1-1. VCOM is the reference voltage for each pixel in the LCD panel. VCOM is typically used to maximize contrast and image quality during operation. A VCOM with different amplitudes and frequencies are needed to achieve different LCD electrical characteristics, optical characteristics and functional requirements.

GUID-20211011-SS0I-MZ9P-0FH2-QM7L8FN2MLCC-low.gifFigure 1-1 Typical LCD Panel Subsystem Diagram Block

Figure 1-2 shows the LCD digital VCOM circuit using the DAC43701. It consists primarily of a DAC43701 and inverting summer circuit. The DAC output can be dynamically adjusted by I2C, and the inverting summer circuit outputs the required VCOM with specific gain and offset.

GUID-20211011-SS0I-ZLBS-NJPK-8XNFB0J7SKMN-low.gifFigure 1-2 LCD Digital VCOM Using the DAC43701

The DAC43701 uses the power supply (VDD) as a reference by default. It also contains an internal reference that can be enabled by writing a 1 to the REF_EN bit in the GENERAL_CONFIG register (address D1h). The DAC transfer function when VDD is used as reference is given in Equation 1.

Equation 1. VDAC_OUT=DAC_DATA2N×VDD

Where, N is the DAC resolution, either 8-bits (DAC43701) or 10-bits (DAC53701). DAC_DATA is the decimal equivalent of the data in the DAC_DATA register (address 21h), ranges from 0 to 2N-1.

The transfer function of the inverting summer circuit is given in Equation 2.

Equation 2. VCOM=-R3R1×VDAC_OUT-R3R2×VBIAS=-R3R1×VDAC_OUT-R3R2×R5R4+R5×VEE

Assuming R1 and R2 are equal, Equation 1 and Equation 2 became Equation 3

Equation 3. VCOM=-R3R1×DAC_DATA2N×VDD+VBIAS

Thus, different amplitudes and frequencies of VCOM can be controlled by a dedicated DAC_DATA value, which is configured in real time by I2C. Figure 1-3 shows the VCOM voltage characteristic when VDD is 5 V.

GUID-20211011-SS0I-Q9Q8-KXXR-H9R8NTHTWKCH-low.pngFigure 1-3 LCD Digital VCOM Voltage Characteristic