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 工业

Guru**** 2382480 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1023250/msp430f47187-alcd-initilise

器件型号:MSP430F47187

我必须初始化 ALCD,我的代码是  

LCDACTL = LCDACTL_INIT;
LCDAPCTL0 = LCDAPCTL0_init;
LCDAVCTL0 = LCDAVCTL0_init;
LCDAVCTL1 = LCDAVCTL1_INIT;

当处于关闭模式时、LCD 被禁用  

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

这是对的、如果是 LCD、我的电池消耗会很高