Displays Dilbert image.
Definition: DilbertApp.h:13
Adafruit_ILI9341 & display()
Gets the TFT display driver.
Definition: Dilbert.h:44
virtual void onEntry()
Called when the application is entered.
Definition: App.h:70
virtual void onEntry()
Called when the application is entered.
Definition: DilbertApp.h:24
App(char *name)
Creates a new instance of a badge application.
Definition: App.h:22
Dilbert * m_badge
Pointer to badge driver.
Definition: App.h:129
Used to encapsulate an individual application.
Definition: App.h:15