Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/graphics/niche/InkHUD/Applet.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ class Applet : public GFX

virtual bool approveNotification(Notification &n); // Allow an applet to veto a notification

virtual class MapApplet *asMapApplet() { return nullptr; } // Returns non-null only for MapApplet and its subclasses

static uint16_t getHeaderHeight(); // How tall the "standard" applet header is

static AppletFont fontSmall, fontMedium, fontLarge; // The general purpose fonts, used by all applets
Expand Down
Loading
Loading