Beginnings of creating isHighResolution bool

This commit is contained in:
Jason P
2025-06-22 18:56:07 -05:00
parent 791377b76b
commit 2f37204df2
2 changed files with 16 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ namespace graphics
// Shared state (declare inside namespace)
extern bool hasUnreadMessage;
extern bool isMuted;
extern bool isHighResolution;
void determineResolution(int16_t screenheight, int16_t screenwidth);
// Rounded highlight (used for inverted headers)
void drawRoundedHighlight(OLEDDisplay *display, int16_t x, int16_t y, int16_t w, int16_t h, int16_t r);