Added option to invert screen on InkHUD (#7075)

* Added option to invert screen on InkHUD

* Rewrite to make use of existing config.display.displaymode

---------

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
This commit is contained in:
Razurac
2025-07-02 13:06:02 +02:00
committed by GitHub
parent 90e99b2bac
commit e505ec847e
4 changed files with 23 additions and 0 deletions

View File

@@ -91,6 +91,8 @@ class MenuApplet : public SystemApplet, public concurrency::OSThread
} cm;
Applet *borrowedTileOwner = nullptr; // Which applet we have temporarily replaced while displaying menu
bool invertedColors = false; // Helper to display current state of config.display.displaymode in InkHUD options
};
} // namespace NicheGraphics::InkHUD