TWR-K65F180M with TWR-LCD or TWR-LCD-RGB, on MQX

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

TWR-K65F180M with TWR-LCD or TWR-LCD-RGB, on MQX

跳至解决方案
1,328 次查看
acampbell
Contributor II

Hey all!

I have a TWR-K65F180M running MQX, and I would like to try putting an app on it with a GUI. Obviously I need the graphics hardware; I understand the TWR-LCD module is compatible with the TWR-K65, and I would assume the TWR-LCD-RGB module is as well.

So is it reasonable for me to try to set up a GUI project on the K65 board? Is it true that the LCD modules will work?

I also see that Freescale offers the eGUI kit, which appears to come with the graphics drivers, but the only example project included is for a TWR-K70 board. However the PEG Lite software seems to be more closely linked with MQX. Any word on which of these would be better and/or easier on the developer?

0 项奖励
回复
1 解答
833 次查看
yoramshacham
Contributor III

Hi Aaron,

To the best of my understanding, the TWR-LCD-RGB requires LCD controller on the MCU and thus is used with the K70.

K65 does not have an LCD controller and thus can work the graphics using SPI or parallel only, hence uses the TWR-LCD.

Saying that, I'm also looking for an MQX+D4D demo I can use - did you find any?

在原帖中查看解决方案

0 项奖励
回复
3 回复数
833 次查看
soledad
NXP Employee
NXP Employee

Hello Aaron,

Like Yoram mentioned, unfortunately the K65 doesn't contain the graphic LCD Controller module like the K70.

For the K70, please check the below application note and let me know if this helps!!

http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4588.pdf

In addition please check the below thread

TWR-K70F120M + TWR-LCD-RGB using CodeWarrior + eGUI code example


Have a great day,
Sol

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复
834 次查看
yoramshacham
Contributor III

Hi Aaron,

To the best of my understanding, the TWR-LCD-RGB requires LCD controller on the MCU and thus is used with the K70.

K65 does not have an LCD controller and thus can work the graphics using SPI or parallel only, hence uses the TWR-LCD.

Saying that, I'm also looking for an MQX+D4D demo I can use - did you find any?

0 项奖励
回复
833 次查看
acampbell
Contributor II

I did not; for my app, I ended up using FreeRTOS on an ST Micro board with emWin instead.

0 项奖励
回复