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.

[参考译文] MSP430FR2355:Adafruit 2088 1.44"显示(SPI 通信)

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1198839/msp430fr2355-adafruit-2088-1-44-display-spi-communication

器件型号:MSP430FR2355
主题中讨论的其他器件:Energia

正在尝试与 Adafruit 2088 1.44英寸显示屏通信。 任何示例都很好。

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

    你试过什么?

    Adafruit 具有适用于 Arduino 的图形库、应易于移植。 实际上、您可以看到您的 MCU 是否受 Energia 支持、这会更容易。

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

    我找到了这个  

    https://github.com/viduraembedded/MSP432_SimpleLink_SDK/tree/master/1.8inch_TFT_LCD

    我正在尝试对其进行修改以与 MSP430配合使用、他在代码示例中提供了1.44"选项。 我似乎正在对 SPI 结构进行挂起并对其进行定义。 我不是一名新手编程人员、因此这一点并不重要。

    谢谢 Keith

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

    我假设您已经安装了 MSP430库。 从此处提取一个 SPI 示例、尤其是在 MSP432示例使用 RTOS 的情况下。