diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-17 22:27:59 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-17 22:27:59 +0000 |
commit | 3c9eb3f614fc9670eacaeb50480d19c676b2cb21 (patch) | |
tree | 7becad6fc8cce8e080b5ee290ba4f5a4b9d9a473 /conf/machine/palmld.conf | |
parent | b4b75f55ab85e3ba6b6a726acfaeb86d7db0d55c (diff) |
conf/machine/: Yet more of MACHINE_DISPLAY_*.
Diffstat (limited to 'conf/machine/palmld.conf')
-rw-r--r-- | conf/machine/palmld.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/palmld.conf b/conf/machine/palmld.conf index b64a66ff60..7adb352ba4 100644 --- a/conf/machine/palmld.conf +++ b/conf/machine/palmld.conf @@ -6,6 +6,9 @@ require conf/machine/include/palm.conf ROOT_FLASH_SIZE = "100" +MACHINE_GUI_CLASS = "bigscreen" +MACHINE_DISPLAY_WIDTH_PIXELS = "320" +MACHINE_DISPLAY_HEIGHT_PIXELS = "480" MACHINE_FEATURES += "pcmcia wifi" |