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.

[参考译文] BOOSTXL-K350QVG-S1:降低背光的亮度

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/932850/boostxl-k350qvg-s1-reduce-brightness-of-the-backlight

器件型号:BOOSTXL-K350QVG-S1
主题中讨论的其他器件:MSP430F5529

你好吗?

我们有显示屏和 MSP430F5529微控制器、我们需要降低背光的亮度以降低总功耗。 我们已经寻找了几种方法来实现它、因为现在我们唯一能做的就是完全关闭它

GPIO_setOutputLowOnPin (LCD_PWM_PORT、
LCD_PWM_PIN);

它来自我们用于控制显示的库(Graphics_Library 3_21_00_00  https://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/Graphics_Library/latest/exports/grlib_3_21_00_00.zip)、该显示为 PWM 引脚(端口2.5)发送零或一个、但我们需要介于两者之间的某个东西、而不是完全关闭它。  

因此、我们认为、由于 PWM 信号也可以通过该引脚使用计时器 A2.2来实现、如果可以这样做来降低亮度、则可以修改该引脚上 PWM 信号的占空比。

非常感谢、抱歉、我的英语不好。
此致

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

    这就是我所做的。 我的评论说、它以8kHz 和50%的占空比运行("我认为50%足够明亮")。

    我没有进行太多的实验、但它运行良好。