From 29e85577aac49b3bb7f5d85ee544cf9807707224 Mon Sep 17 00:00:00 2001 From: Arian Date: Thu, 29 Aug 2024 22:24:57 +0200 Subject: [PATCH] cupid: overlay: Increase auto brightness debounce time Our light sensor is getting confused when the screen brightness changes in a rather dark environment and sometimes jumps between 0 and a higher brightness leading to a raise in brightness, but then the sensor over-corrects the read brightness and reports 0 again. Try to fix this by giving the sensor some more time to debounce. Change-Id: Ice8ad0b4e34af16bc905f84c27bd491378617cae --- overlay/Frameworks/res/values/config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlay/Frameworks/res/values/config.xml b/overlay/Frameworks/res/values/config.xml index e7b7bb9..4cb74ae 100644 --- a/overlay/Frameworks/res/values/config.xml +++ b/overlay/Frameworks/res/values/config.xml @@ -28,8 +28,8 @@ when adapting to brighter or darker environments. This parameter controls how quickly brightness changes occur in response to an observed change in light level that exceeds the hysteresis threshold. --> - 1000 - 1000 + 2000 + 2000