Modify the minimum value of brightness to solve the problem that the screen becomes completely black when the brightness is lowest

Signed-off-by: xuchangzhou <xuzhangzhou@huawei.com>
This commit is contained in:
xuchangzhou 2022-02-11 14:51:56 +08:00
parent 0e97d07b7a
commit 70df71e174

View File

@ -19,7 +19,7 @@ import HeadComponent from '../../../../../../../common/component/src/main/ets/de
import ConfigData from '../../../../../../../common/utils/src/main/ets/default/baseUtil/ConfigData.ets';
const BRIGHTNESS_MIN_VALUE = 0;
const BRIGHTNESS_MIN_VALUE = 4;
const BRIGHTNESS_MAX_VALUE = 100;
const BRIGHTNESS_STEP_VALUE = 1;