diff options
| -rw-r--r-- | configs/display/displayconfig.xml | 8 |
1 files 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 @@ <displayConfiguration> <densityMapping> <density> - <height>1080</height> - <width>2376</width> + <height>2376</height> + <width>1080</width> <density>450</density> </density> <density> - <height>1440</height> - <width>3168</width> + <height>3168</height> + <width>1440</width> <density>560</density> </density> </densityMapping> |
