From 682fd24e22d596677d97e59d4187d582e9c8d62d Mon Sep 17 00:00:00 2001 From: Youngjae Cho Date: Thu, 7 Jan 2021 14:37:39 +0900 Subject: [PATCH] Apply screen timeout for iot Change-Id: I6e3597d513616d3d269f6c1a96fe18571fb7e201 Signed-off-by: Youngjae Cho --- conf/iot-display.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/iot-display.conf b/conf/iot-display.conf index 4e14b86..10769a8 100644 --- a/conf/iot-display.conf +++ b/conf/iot-display.conf @@ -34,6 +34,6 @@ # If this value is no, LCD is turned off just by external requests. # TimeoutEnable=(yes or no) -LCDAlwaysOn=yes -TimeoutEnable=no +LCDAlwaysOn=no +TimeoutEnable=yes SleepSupport=no -- 2.7.4