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.

MSP430FR6928: Interfacing GDC0570 seven segment display

Part Number: MSP430FR6928

Hi,we are interfacing the seven segment display GDC0570 to MSP430FR628 but its not displaying the accurate digit.please help us to display the accurate digit on seven segment display .we configured seven segment display as follows:

LCDCCTL0= LCDDIV_32|LCDPRE_2|LCDMUX|LCDLP|LCDSON;

P6SEL0=0X78;

P6SEL1=0X78;

LCDCPCTL0=LCDS3|LCDS4 ;//ENABLE 2ND DIGIT only

lcdcctl0 |=LCDON

LCDMEM[2]=0X60; //Display "1"

LCDMEM[2]=0X00;

is it correct configuration for GDC0570 ?

To display "1" on seven segment  which 8 bit data should write to enable segment(a+c+d+e+f+g+h)?

**Attention** This is a public forum