RT1050 GUI demo using emWin library

Committer:
alejandroRL
Date:
Thu Sep 20 19:16:34 2018 +0000
Revision:
0:dd702039127a
emWin GUI Demo for RT1050

Who changed what in which revision?

UserRevisionLine numberNew contents of line
alejandroRL 0:dd702039127a 1 # Using the right emWin Library if using Mbed CLI
alejandroRL 0:dd702039127a 2
alejandroRL 0:dd702039127a 3 ##For Keil:
alejandroRL 0:dd702039127a 4 1. Navigate to /source/emwin/emWin_library
alejandroRL 0:dd702039127a 5 2. Change the extension of libemWin_M4F.ar to libemWin_M4F.a
alejandroRL 0:dd702039127a 6
alejandroRL 0:dd702039127a 7 ##For GCC:
alejandroRL 0:dd702039127a 8 1. Navigate to NXP's emWin Graphics Library Downloads page https://www.nxp.com/pages/emwin-graphics-library:EMWIN-GRAPHICS-LIBRARY?tab=Design_Tools_Tab
alejandroRL 0:dd702039127a 9 2. Under "Libraries" click on the Download button next to "emwin 5.30c Pre-Compiled Libraries for NXP ARM MCUs"
alejandroRL 0:dd702039127a 10 3. Click "I Accept" then save the NXP_emWin530c_libraries.exe to your computer
alejandroRL 0:dd702039127a 11 4. Install the libraries to a location on your computer
alejandroRL 0:dd702039127a 12
alejandroRL 0:dd702039127a 13 Now that we have downloaded the emWin 5.30c pre-compiled libraries, we will need to replace the existing emWin library with the correct one in our Mbed OS project:
alejandroRL 0:dd702039127a 14
alejandroRL 0:dd702039127a 15 1. Within the NXP_emWin530c_libraries folder, copy the file from the following location: NXP_emWin530c_libraries/emWin_library/LPCXpresso/libemWin_M4F.a
alejandroRL 0:dd702039127a 16 2. With the file copied, navigate to the following folder within your Mbed OS Project: /source/emwin/emWin_library
alejandroRL 0:dd702039127a 17 3. Paste the copied file and delete the file libemWin_M4F.ar
alejandroRL 0:dd702039127a 18
alejandroRL 0:dd702039127a 19 ##For IAR:
alejandroRL 0:dd702039127a 20 1. Follow the same steps as for the GCC compiler except this time download the "Segger emWin 5.38b Libraries and Utilities for NXP Cortex M3/M4 MCUs"
alejandroRL 0:dd702039127a 21 2. Copy the file located in the following path NXP-emWin538b-libraries/emWin_library/LPCXpresso/libemWin_M4F.a
alejandroRL 0:dd702039127a 22 3. With the file copied, navigate to the following folder within your Mbed OS Project: /source/emwin/emWin_library
alejandroRL 0:dd702039127a 23 4. Paste the copied file and delete the file libemWin_M4F.ar