LPC1788 emWIN support for 7" LCd

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPC1788 emWIN support for 7" LCd

336 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by ayman_hendawy on Wed Jan 25 09:22:47 MST 2012
Dear All,

I need to buy the LPC1788 kit at Embedded artist with a touch screen of 7" found in the below links:

http://www.embeddedartists.com/products/displays/lcdb_70.php
http://www.embeddedartists.com/products/kits/lpc1788_kit.php

But my question is that an emWIN version support such LCD resolution, I wonder why till now emWIN is only support 3.2"LCDs, is there a configuration file I have to edit in the resolution of my LCD, so by this way I will get my problem fixed, what I have to do???

Thanks
Labels (1)
0 Kudos
2 Replies

272 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by ktownsend on Fri Feb 17 19:40:20 MST 2012
An update is in the works for the EA1788 that will work with all three display types (3.2", 4.3" and 7") as well as adding support to use the simulator.  The updated files will be posted on lpcware when available (they are currently being tested before release).
0 Kudos

272 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Chinleo on Wed Feb 08 21:37:18 MST 2012
#define XSIZE_PHYS 800
#define YSIZE_PHYS 600

modify these two macros in file LCDConf.c

I‘ve ported the demo to my platform which contains a 10.4' TFT LCD
0 Kudos