diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-09-02 13:30:30 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-09-02 13:30:30 +0000 |
commit | e6224d7481d6fcf811cf1b2788baac9ff17077a6 (patch) | |
tree | d1340e80622044cbaf42b01aed80db714200035d /conf/machine/include | |
parent | 1e47330d3833c911658d745e71404db86577eef1 (diff) |
fic-gta01|fic-gta02|ezx.conf: set MACHINE_DISPLAY_ORIENTATION and MACHINE_DISPLAY_PPI
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/motorola-ezx-base.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc index 8bf6918b2a..42df7bfbb5 100644 --- a/conf/machine/include/motorola-ezx-base.inc +++ b/conf/machine/include/motorola-ezx-base.inc @@ -17,8 +17,11 @@ MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth usbgadget usbhost ke # the EZX phones need a userspace daemon to stop the BP from shutting down the phone MACHINE_EXTRA_RDEPENDS += "opentapi" + MACHINE_DISPLAY_WIDTH_PIXELS = "240" MACHINE_DISPLAY_HEIGHT_PIXELS = "320" +MACHINE_DISPLAY_ORIENTATION = "0" +MACHINE_DISPLAY_PPI = "180" ROOT_FLASH_SIZE = "24" |