From 68259e570604cf7112318697baa993185a00c252 Mon Sep 17 00:00:00 2001 From: Demon000 Date: Sun, 12 Jul 2020 12:34:22 +0300 Subject: [PATCH] sm6250-common: set screen density --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 20d7908..09798c3 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -50,6 +50,9 @@ ifeq ($(HOST_OS),linux) endif endif +# Display +TARGET_SCREEN_DENSITY := 440 + # Filesystem TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/config.fs