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.

MSP430F47187: ALCD Initilise

Part Number: MSP430F47187

I have to initilize ALCD , my code is 

LCDACTL = LCDACTL_INIT;
LCDAPCTL0 = LCDAPCTL0_INIT;
LCDAVCTL0 = LCDAVCTL0_INIT;
LCDAVCTL1 = LCDAVCTL1_INIT;

and when in off mode the lcd is disable 

LCDACTL = LCDAPCTL0 = LCDAPCTL1 = 0x00;
LCDAVCTL0 = LCDAVCTL1 = 0x00;

is this right,beacuse my battery comsumption is high incase of lcd

**Attention** This is a public forum