Skip to content

Commit

Permalink
j7y17lte: Decrease default brightness
Browse files Browse the repository at this point in the history
Signed-off-by: Hassan Sardar <[email protected]>
  • Loading branch information
HassanSardar committed Jan 12, 2018
1 parent cbf27aa commit f35398d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ BOARD_HAS_NO_REAL_SDCARD := true
TARGET_USE_CUSTOM_LUN_FILE_PATH := "/sys/devices/13600000.usb/13600000.dwc3/gadget/lun%d/file"
TW_BRIGHTNESS_PATH := "/sys/devices/14800000.dsim/backlight/panel/brightness"
TW_MAX_BRIGHTNESS := 255
TW_DEFAULT_BRIGHTNESS := 150
TW_DEFAULT_BRIGHTNESS := 120
TW_NO_REBOOT_BOOTLOADER := true
TW_HAS_DOWNLOAD_MODE := true
TW_MTP_DEVICE := "/dev/mtp_usb"
Expand Down
2 changes: 1 addition & 1 deletion system.prop
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ ro.chipname=exynos7870
ro.arch=exynos7870
ro.boot.bootdevice=13540000.dwmmc0
ro.lcd_min_brightness=0
ro.lcd_brightness=150
ro.lcd_brightness=120
ro.sf.lcd_density=320
persist.sys.usb.config=adb

0 comments on commit f35398d

Please sign in to comment.