54 m_badge->
display().println(
"Code Monkey, Electronics\nEngineer, Mad\nScientist.");
77 m_badge->
display().println(
"Code Monkey,\nElectronics\nEngineer,\nMad Scientist.");
Used for displaying static content at any screen orientation.
Definition: StaticDisplayApp.h:13
virtual void run()
Called in a loop while the application is active.
Definition: ProfileApp.h:28
Adafruit_ILI9341 & display()
Gets the TFT display driver.
Definition: Dilbert.h:44
AppManager * m_manager
Pointer to application manager.
Definition: App.h:130
Displays profile/contact information on the display.
Definition: ProfileApp.h:13
virtual void run()
Called in a loop while the application is active.
Definition: App.h:83
virtual void drawLandscape()
Draws the landscape version of the content.
Definition: ProfileApp.h:60
StaticDisplayApp(char *name)
Creates a new static content application.
Definition: StaticDisplayApp.cpp:9
virtual void drawPortrait()
Draws the portrait version of the content.
Definition: ProfileApp.h:40
Dilbert * m_badge
Pointer to badge driver.
Definition: App.h:129
void feedBacklight(uint8_t status=BACKLIGHT_STATE_FULL)
Ensures that the backlight stays on, otherwise it is susceptible to the timeouts set in SystemConfigD...
Definition: AppManager.cpp:152