SLAAEE9 November   2023

 

  1.   1
  2.   Abstract
  3.   Trademarks
  4. 1Glass Segment LCD Basics
    1. 1.1 Driving a Segment LCD
    2. 1.2 LCD Mapping
  5. 2Hardware
    1. 2.1 Choosing Pins to Connect to LCD Module
  6. 3Software Implementation
    1. 3.1 Customizing the Software LCD Code
    2. 3.2 Software Flow
    3. 3.3 Integrating Software LCD Solution Within an Application
  7. 4Additional Resources

Software Implementation

Two different projects are provided for the MSPM0 software LCD controller. One focused on MSPM0 devices with a single GPIO port available, “MSPM0_SW_LCD_Single_Port”, and the other project targeted to MSPM0 devices that support more than one GPIO port, “MSPM0_SW_LCD_Multi_Port”.

Note: For the duration of this document, the “MSPM0_SW_LCD_Multi_Port” is discussed as it contains the same procedures as the single port version, but with added steps to setup and determine which port the SEGy lines are on.