The out-of-the-box demo application flashed on all display modules before they are shipped.

Dependencies:   DMBasicGUI DMSupport

Embed: (wiki syntax)

« Back to documentation index

AppLauncherSpecial Class Reference

AppLauncherSpecial Class Reference

An App example. More...

#include <AppLauncherSpecial.h>

Public Member Functions

void addResource (Resources id, Resource *res)
 Specifies the resource to use.

Detailed Description

An App example.

This uses a number of buttons to launch different Apps.

The purpose of this example is to demonstrate how to manage a set of Apps and launch them either as a result of clicked buttons or (in the case of the TouchCalibrationApp) after an extended press of the USER button on the back of the display module.

Definition at line 35 of file AppLauncherSpecial.h.


Member Function Documentation

void addResource ( Resources  id,
Resource *  res 
)

Specifies the resource to use.

Adds a resource for a specific id. This allows the user program to select e.g. which image to use and if it should be loaded from a file or an array.

Parameters:
idthe identifier
resthe resource

Definition at line 379 of file AppLauncherSpecial.cpp.