From 4e352d7eba8cf1b7da263590d9c31ddadd874168 Mon Sep 17 00:00:00 2001 From: Chih-Wei Huang Date: Wed, 27 Sep 2017 18:25:38 +0800 Subject: [PATCH] config.ini: change the default settings for OPENTHOS Use the resolution and lcd.density which are more common to the target hardware of OPENTHOS. --- data/etc/config.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/etc/config.ini b/data/etc/config.ini index c78b6b8..34e3827 100644 --- a/data/etc/config.ini +++ b/data/etc/config.ini @@ -9,12 +9,12 @@ hw.dPad=no hw.gps=yes hw.gpu.enabled=yes hw.keyboard=yes -hw.lcd.density=240 +hw.lcd.density=160 hw.mainKeys=no hw.ramSize=2048 hw.sensors.orientation=yes hw.sensors.proximity=yes image.sysdir.1=x86/ skin.dynamic=no -skin.name=480x800 -skin.path=480x800 +skin.name=1366x768 +skin.path=1366x768 -- 2.11.0