hiphi: Define brightness-related flags for TWRP
Saving your time for recursive search of sysfs :) Signed-off-by: Albert I <kras@raphielgang.org> Signed-off-by: 7Soldier <reg.fm4@gmail.com> Change-Id: I6eab8dca82f36cfea6af6f40073c6f4981b78cbf
This commit is contained in:
parent
aab1993974
commit
3ca5106fb9
1 changed files with 3 additions and 0 deletions
|
@ -122,3 +122,6 @@ TW_INCLUDE_LIBRESETPROP := true
|
||||||
TW_INCLUDE_NTFS_3G := true
|
TW_INCLUDE_NTFS_3G := true
|
||||||
TW_BACKUP_EXCLUSIONS := /data/fonts
|
TW_BACKUP_EXCLUSIONS := /data/fonts
|
||||||
TW_NO_SCREEN_BLANK := true
|
TW_NO_SCREEN_BLANK := true
|
||||||
|
TW_BRIGHTNESS_PATH := "/sys/class/backlight/panel0-backlight/brightness"
|
||||||
|
TW_MAX_BRIGHTNESS := 2047
|
||||||
|
TW_DEFAULT_BRIGHTNESS := 1024
|
||||||
|
|
Loading…
Reference in a new issue