fix: swap reader menu navigation direction in CCW/inverted (#2321) (#2341)

Co-authored-by: Uri Tauber <uritaube@gmail.com>
This commit is contained in:
Ronin
2026-06-15 22:19:34 +03:00
committed by GitHub
co-authored by Uri Tauber
parent 55a56914d7
commit 02bab00be6
5 changed files with 45 additions and 18 deletions
+1 -1
View File
@@ -34,8 +34,8 @@
#include "util/ButtonNavigator.h"
#include "util/ScreenshotUtil.h"
MappedInputManager mappedInputManager(gpio);
GfxRenderer renderer(display);
MappedInputManager mappedInputManager(gpio, renderer);
ActivityManager activityManager(renderer, mappedInputManager);
FontDecompressor fontDecompressor;
SdCardFontSystem sdFontSystem;