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

@@ -33,6 +33,7 @@ enum MenuAction {
LAYOUT,
TOGGLE_BATTERY_ICON,
TOGGLE_NOTIFICATIONS,
TOGGLE_INVERT_COLOR,
TOGGLE_12H_CLOCK,
};