Use upstream

This commit is contained in:
jpirnay
2026-05-13 14:56:25 +02:00
parent 6bbe016f24
commit 60f326cb7f
3 changed files with 161 additions and 255 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ void loop() {
gpio.update();
buttonEventManager.update();
HalClock::updatePeriodic();
halTiltSensor.update(SETTINGS.tiltPageTurn, SETTINGS.tiltStabilization, SETTINGS.orientation);
halTiltSensor.update(SETTINGS.tiltPageTurn, SETTINGS.orientation, activityManager.isReaderActivity());
renderer.setFadingFix(SETTINGS.fadingFix);
renderer.setTextDarkness(SETTINGS.textDarkness);