[oe] [meta-handheld][PATCH 3/4] formfactor: add configuration for IPAQ with 4" screen

Andrea Adami andrea.adami at gmail.com
Sat Oct 12 20:57:22 UTC 2013


iPAQ
hx4700
hx4705
210
211
214

4" diagonal
2.36"x3.15" (60x80 mm)
Area: 4800 mm2
pixels: 480x640

Real display DPI: 200

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 recipes-bsp/formfactor/files/hx4700/machconfig | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100755 recipes-bsp/formfactor/files/hx4700/machconfig

diff --git a/recipes-bsp/formfactor/files/hx4700/machconfig b/recipes-bsp/formfactor/files/hx4700/machconfig
new file mode 100755
index 0000000..fe47600
--- /dev/null
+++ b/recipes-bsp/formfactor/files/hx4700/machconfig
@@ -0,0 +1,15 @@
+HAVE_TOUCHSCREEN=1
+HAVE_KEYBOARD=1
+HAVE_KEYBOARD_PORTRAIT=1
+HAVE_KEYBOARD_LANDSCAPE=0
+
+DISPLAY_CAN_ROTATE=0
+DISPLAY_ORIENTATION=0
+DISPLAY_WIDTH_PIXELS=480
+DISPLAY_WIDTH_MM=60
+DISPLAY_HEIGHT_PIXELS=640
+DISPLAY_HEIGHT_MM=80
+DISPLAY_BPP=16
+# Real DISPLAY_DPI=200
+DISPLAY_DPI=200
+DISPLAY_SUBPIXEL_ORDER=rgb
-- 
1.8.1.5




More information about the Openembedded-devel mailing list