emWin libraries with SSD1289

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

emWin libraries with SSD1289

733 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by p4dman on Thu Feb 05 04:02:32 MST 2015
Hi,
im trying to get a 3.2" display with a SSD1289 controller working. Im using the LPC1769 Board.

Therefore i found the emWin graphics library: http://www.lpcware.com/content/project/emwin-graphics-library

I downloaded the pre-compiled libraries. For LPCXpresso there are different .a-files.
Now is my Quetion how i can use this libraries? I cant find a option to import them.

Also i downloaded the BSP-Pack and tried to use the "GUIDRV_FLEXCOLOR_F66702" for the SSD1289 chip. But i cant find a suitable LCDConf.c file. In the path "Start\Sample\LCDConf\GUIDRV_FlexColor" is no 66702 folder.
Where i can find this file? Or how can i create one by myself?

Kind regards,
p4dman
Labels (1)
0 Kudos
Reply
1 Reply

533 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Wouter on Thu Feb 05 10:58:02 MST 2015
To use the library in LPCXpresso, simply copy the .a into your project directory, add the (relative) path to the library to your project's 'Library search path' and add the library name (minus the 'lib' prefix) to the 'Libraries' entry in your project settings.

We indeed do not have an LCDConf.c for all displays supported by emWin. You should compare the datasheet of your display with any of displays that does have a LCDConf.c file, create a new LCDConf.c for your display based upon any similar FLEXColor displays and tailor that file to match your display.

You may want to take a look at the emWin porting guide, which explains the content of the LCDConf.c file: http://www.lpcware.com/content/nxpfile/emwin-porting-guide-ea-lpc1788-bsp-keil-mcb1700-english-versi...
0 Kudos
Reply