This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430 / MSP432 LcdDriver (SPI) Library Porting

Other Parts Discussed in Thread: ENERGIA, MSP-EXP430FR5969, BOOSTXL-EDUMKII, MSP430FR5739, MSP430FR5969, MSP430FR4133, MSP430F5529

I am trying to port the ST7735 code for MSP432 and Educational BP MKII to MSP430.

As the task is far beyond my Arduino / Energia type BlinkLED skills, I will study all LcdDriver libraries first.

My first question concerns the TI porting between the Sharp, Kentec and Crystalfontz LCDs on boosterpacks:

In file HAL_MSP_EXP430FR5969_Sharp96x96.c I find the comment: // HAL_MSP-EXP430FR5969_Sharp96x96.c . This is as expected.

In file HAL_MSP_EXP430F5529LP_KITRONIX320X240_SSD2119_SPI.c  there is a (forgotten?) comment : //! This function initializes the Sharp96x96 display.

In file HAL_MSP_EXP432P401R_KITRONIX320X240_SSD2119_SPI.c  there is a (forgotten?) comment : // HAL_MSP-EXP430FR5969_Sharp96x96.c

This seems to suggest that the Kentec BP code was ported from the Sharp BP code, and that the original code was for FR5969.  Is this correct?

Finally, in the file Crystalfontz128x128_ST7735.c I find the following comments:  //! The display structure that describes the driver for the Kitronix
//! K350QVG-V1-F TFT panel with an SSD2119 controller.

This suggests that the ST7735 library for BOOSTXL-EDUMKII on MSP432 was ported from the Kentec MSP432 code  Is this correct?

Thank you.

Roy

**Attention** This is a public forum