Create Minimal Application
Create Minimal Application

Create Minimal Application

Application names are limited to 16 characters. Ensure that the -a or -d values do not exceed 16 characters.
In order to create a minimal application, the following script is used:
  1. Run the following to create a minimal application:
    invoke create-minimal -a “Test” -d “Test”
    Once this completes, inside <root>/TouchGFX/gui/src folder, a new sntest_screen folder gets created.
  2. Open <root>/TouchGFX/<project>.touchgfx in the TouchGFX Designer.
    The new screen is added at the bottom of the screen lists.
  3. Run the following command:
    invoke list-application-status
    The new application is listed and enabled.
This command creates a minimal application, which only contains a blank background, the status icons and the back arrow.