3.2Inch touch LCD with LPC1768 GUI?

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

3.2Inch touch LCD with LPC1768 GUI?

2,624 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by kamhagh on Sun Jan 18 07:13:32 MST 2015
Hi, i already got an example for LCD showing an image converted to raw pixel ! and know how it works ! (it came with my board, my board is an unpopular lpc1768 that comes with an 3.2inch LCD)

But i have no idea how to make a GUI like i do in Qt, im not expecting to use class or a qt library but to make the screen give a similar result :)

for start im planning to just have a slide and adjust LCD or an LED brightness with it and turn it off with another button ! but i have no idea how to do that! and i googled : "LPC1768 GUI" and got no result ! (also tried "LPC1768 LCD GUI")

Can you tell me where to start? the LCD's specs are:
Resolution: 240 X 320
Controller: SSD1289 (which simply googling its name only gave me 1 related result which i had trouble downloading, i also couldn't download the included datasheet on the board website)
Touch Screen: 4-wire resistive
Pin: 37PIN pitch 1mm
Backlight: 5 LED parallel
标签 (1)
0 项奖励
回复
6 回复数

2,005 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by raomeeran on Wed Jun 17 01:51:16 MST 2015
hello mc,
thank you very much for your support. I am using keil MCB 1760U board with device LPC 1768. I want to develop a GUI on the LCD of that board. i was creating a simple button on the LCD via segger GUI builder but it gave several Errors, one of them is shown below
.\glcd_test.axf: Error: L6218E: Undefined symbol BUTTON_Create (referred from widget_buttonsimple.o).

Thanks for your Support!
0 项奖励
回复

2,005 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mc on Tue Jun 16 10:49:00 MST 2015
Hi raomeeran,
Project is also done with IAR and LPCXpresso IDEs. Download LPCxpresso from http://www.lpcware.com/lpcxpresso/download and import project after installing NXP_emWin514_MCB1700_BSP.
0 项奖励
回复

2,005 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by raomeeran on Tue Jun 16 01:47:44 MST 2015

Hi Kamhagh,

I am also trying to program a GUI for 3.2 Inch LCD with MCB 1760U board populated with 1768. I have downloaded NXP_emWin514_MCB1700_BSP but i can not run this example becuase of Keil MDK-Lite free Version. do you have anyother example or user Manual for programming LCD with LPC1768?

Thanks.
0 项奖励
回复

2,005 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by kamhagh on Mon Jan 19 04:59:16 MST 2015
Thanks, im trying to make it download !
0 项奖励
回复

2,005 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mc on Sun Jan 18 11:09:28 MST 2015
Hi Kamhagh,
You may want to use emWin graphics S/W . Please visit
http://www.lpcware.com/content/project/emwin-graphics-library

There is BSP for MCB1700 board which contains LPC1769 (http://www.lpcware.com/content/nxpfile/nxpemwin514mcb1700bsp ).
You will have to build  BSP for your board but can take this an example.

SSD1289 is supported in emWin. Please check UM here
http://www.lpcware.com/system/files/UM03001_emWin5_6.pdf
0 项奖励
回复

2,005 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by kamhagh on Sun Jan 18 09:53:18 MST 2015
Forgot to mention i use Keil ! and uVision
0 项奖励
回复