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.

[参考译文] MSP430FR4133:使用 HDC2010EVM 对 LCD 屏幕的引脚进行编码

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1029861/msp430fr4133-coding-the-pins-for-the-lcd-screen-with-hdc2010evm

器件型号:MSP430FR4133
主题中讨论的其他器件:HDC2010EVMENERGIAUNIFLASH

我正在尝试从 HDC2010EVM 传感器读取 MSP430 Launchpad。 我在网上找到了示例代码的资源、但我在写入 LCD 屏幕上的引脚时遇到了困难。  

我下载 了 Arduino 示例代码 以加载到板上。 但是、我根本看不到电路板上出现任何东西。 我已确保在 Energia 中将 MSP430FR133设置为电路板。 湿度输出应该显示在 LCD 屏幕上还是需要以不同的方式进行编程?  此外、我担心我可能已经油炸了 MSP430芯片-是否有方法检查该器件是否仍在工作?

阅读 MSP430数据表后、我发现引脚4、5、25-64与 LCD 引脚相关。 但是、当查看 Code Composer 代码时、我看到以下行:

 

#define pos1 4  /*数字 A1 - L4 */

#define pos2 6  /*数字 A2 - L6 */

#define pos3 8  //数字 A3 - L8 */

#define pos4 10 //数字 A4 - L10 */

#define pos5 2  /*数字 A5 - L2 */

#define pos6 18 //数字 A6 - L18 */

 

您能帮您澄清如何在 Arduino 中对 LCD 显示屏进行编程吗?