From da13ced8b99731f660ca933b25b16e87f6b408ef Mon Sep 17 00:00:00 2001 From: aswin7469 Date: Sat, 30 Oct 2021 18:54:36 +0530 Subject: [PATCH] sm7250-common: reduce TARGET_SCREEN_DENSITY * matches pixels with similar display size Signed-off-by: aswin7469 --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 265802b..456d927 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -40,7 +40,7 @@ TARGET_BOOTLOADER_BOARD_NAME := lito TARGET_NO_BOOTLOADER := true # Display -TARGET_SCREEN_DENSITY := 450 +TARGET_SCREEN_DENSITY := 420 # Kernel BOARD_BOOT_HEADER_VERSION := 2