

\DeviceIntegration - This example shows the integration of devices into a UI application and addresses typical questions: How to start a certain action on the target? How to get data from a device?.\ScreenOrientation - This demo shows, that the orientation of the UI application is independent from the physical orientation of the display.\ColorFormats - This project demonstrates that every UI application can be generated for different color formats: RGBA8888, RGB888, RGBA4444, RGB565, Index8 and LumA44.\HelloWorld - A very simple project that is useful as starting point and to verify that the entire toolchain, your installation and your board is properly working.Depending on the screen size, the following samples are provided: Due to the fact that the LIZARD board can be combined with different displays, a variety of examples are prepared for different screen sizes - you will find them in the subdirectories 320x240, 480x272 and 800x400. Every project contains the necessary profile settings for the LIZARD board. Each example is stored in a separate folder containing the entire Embedded Wizard UI project. \Examples - This folder contains a set of demo applications.Additionally, this folder contains a configuration file for FreeRTOS and the device driver C/H files used for the DeviceIntegration example. There you will find the initialization of the system and the main loop to drive an Embedded Wizard GUI application. \Source - This folder contains the files main.c and ewmain.c.\Project - This folder contains the prepared projects for GCC (make), IAR Embedded Workbench, Keil MDK-ARM and Atollic TrueSTUDIO.You can create your own UI project and generate the code into the subdirectory \GeneratedCode without the need to adapt the project. All template projects are building the UI application out of this folder. \GeneratedCode - This folder is used to receive the generated code from an Embedded Wizard UI project.
