Example program using the emWin GUI library.
Dependencies: DMSupport DMemWin
This program shows how to use the emWin graphical library on the display modules.
The DMemWin library contains the porting layer needed to start working with emWin from Segger. Details about emWin can be found both segger.com as well as lpcware.com.
Warning
There are limitations on how the emWin library may be distributed and republished so it is not a part of this example. To get the code to compile follow the instructions in readme.h.
This project can be selected as a template when creating a new project based on the LPC4088 Display Module.
Information
This project can work on both the 4.3" and 5" display modules but it is completely dependant on which project is choosen from the Segger emWin samples page.
This project uses the Ticker Sample but it can be replaced by one from the Segger emWin samples page. However some of the samples use features that are not supported or use too high resolutions.
This is what it looks like when using the Ticker Sample:
History
Updated to latest version of the DMSupport library
2015-04-28, by alindvall [Tue, 28 Apr 2015 11:52:32 +0000] rev 3
Updated to latest version of the DMSupport library
- Updated version of DMSupport library. ; - Cleanup of dm_board_config.h
2015-03-20, by alindvall [Fri, 20 Mar 2015 14:16:45 +0000] rev 2
- Updated version of DMSupport library. ; - Cleanup of dm_board_config.h
Updated version of DMSupport library
2015-03-09, by alindvall [Mon, 09 Mar 2015 15:25:42 +0000] rev 1
Updated version of DMSupport library
First version
2015-02-27, by alindvall [Fri, 27 Feb 2015 11:46:25 +0000] rev 0
First version