SLAAEO3 September   2024 MSPM0L2227 , MSPM0L2228

 

  1.   1
  2.   Abstract
  3.   Trademarks
  4. 1Introduction: MSPM0 and LCD End Applications
  5. 2MSPM0 LCD Portfolio
  6. 3Segmented LCD Operation
    1. 3.1 LCD Structure (Simplified)
    2. 3.2 LCD Drive Basics
  7. 4MSPM0 LCD Features
    1. 4.1 Muxing
      1. 4.1.1 Muxing Example
    2. 4.2 Voltage Generation
      1. 4.2.1 Charge Pump
      2. 4.2.2 Contrast Control
    3. 4.3 LCD Clocking
    4. 4.4 LCD Memory and Blinking Mode
      1. 4.4.1 LCD Memory Organization
      2. 4.4.2 Blinking
    5. 4.5 LCD Output Pin Configuration
    6. 4.6 Low Power Mode Feature
  8. 5LCD Layout and Software Considerations
    1. 5.1 LCD Layout Tips
      1. 5.1.1 Hardware-Driven Layout
      2. 5.1.2 Software-Driven Layout
      3. 5.1.3 General Layout Rules
    2. 5.2 LCD Software Tips
      1. 5.2.1 Create a Look-up Table
      2. 5.2.2 Use of #defines
      3. 5.2.3 Efficient Clearing of the LCD Memory
      4. 5.2.4 Double-buffering of the Display Buffer Using Dual Display Memory
  9. 6Additional Resources

LCD Drive Basics

LCDs must drive with AC signals. A DC level on an LCD segment damages the LCD, typically less than 50mV DC voltage is allowed. The MSPM0 LCD module generates these types of AC waveforms automatically so that the user only has to specify if a segment is on or off – the internal hardware does the rest.

LCD segments have a charge applied to the crystals between two electrodes – a COMx line and an Sx segment line. The potential difference applied by these two electrodes is the waveform seen by the LCD segment.

The RMS voltage presented on an LCD segment determines whether the LCD segment is on or off. The example waveforms in Figure 3-2 show resulting waveforms (combination of COMx and Sx pin signals) of both an on and off segment. The on segment has a much larger RMS voltage applied on the on segment, rather than the off segment. Note that both segments have waveforms that have net zero DC voltage, but the RMS voltage of the on segment is higher, which causes the segment to turn on and look dark.

MSPM0L222x Example LCD AC WaveformsFigure 3-2 Example LCD AC Waveforms