diff options
author | Richard Purdie <richard@openedhand.com> | 2007-06-28 20:07:56 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-06-28 20:07:56 +0000 |
commit | 63030962cfba7978b9e731986d49665828f7014b (patch) | |
tree | b79ef3b6cc7f6feadd4d6beb7fee7ffe324273ee /meta/packages/formfactor/files | |
parent | aecfad3441bca326e4ef8870da704858a310bce3 (diff) | |
download | poky-63030962cfba7978b9e731986d49665828f7014b.tar.gz |
formfactor: Add htcuniversal support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2051 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/formfactor/files')
-rwxr-xr-x | meta/packages/formfactor/files/htcuniversal/machconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/formfactor/files/htcuniversal/machconfig b/meta/packages/formfactor/files/htcuniversal/machconfig new file mode 100755 index 0000000000..a9649e03bc --- /dev/null +++ b/meta/packages/formfactor/files/htcuniversal/machconfig | |||
@@ -0,0 +1,15 @@ | |||
1 | HAVE_TOUCHSCREEN=1 | ||
2 | HAVE_KEYBOARD=1 | ||
3 | HAVE_KEYBOARD_PORTRAIT=0 | ||
4 | HAVE_KEYBOARD_LANDSCAPE=1 | ||
5 | |||
6 | DISPLAY_CAN_ROTATE=1 | ||
7 | DISPLAY_ORIENTATION=270 | ||
8 | DISPLAY_WIDTH_PIXELS=480 | ||
9 | DISPLAY_WIDTH_MM=56 | ||
10 | DISPLAY_HEIGHT_PIXELS=640 | ||
11 | DISPLAY_HEIGHT_MM=74 | ||
12 | DISPLAY_BPP=16 | ||
13 | #DISPLAY_DPI=220 | ||
14 | DISPLAY_DPI=150 | ||
15 | DISPLAY_SUBPIXEL_ORDER=rgb | ||