From 39ecce15d629d56abc96dd14613884bd23dc17a6 Mon Sep 17 00:00:00 2001 From: pjgowtham Date: Mon, 18 Aug 2025 19:07:30 +0530 Subject: [PATCH] lemonadep: displayconfig: Correct inverted width and height The initial densityMapping configuration had references from AOSP DisplayDeviceConfig.java template which actually has this inverted. Let's correct it to account for the native portrait orientation in phones. Change-Id: I07c9567c1d0c72b7ed77c1fe8fdf399bae30dd85 --- configs/display/displayconfig.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/display/displayconfig.xml b/configs/display/displayconfig.xml index b615e6e..631a847 100644 --- a/configs/display/displayconfig.xml +++ b/configs/display/displayconfig.xml @@ -2,13 +2,13 @@ - 1080 - 2376 + 2376 + 1080 450 - 1440 - 3168 + 3168 + 1440 560