From c921394a4c92b96db84986781a1e230f2b14b1b5 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sat, 12 Oct 2013 22:57:22 +0200 Subject: formfactor: add configuration for IPAQ with 4" screen 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 --- 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 -- cgit 1.2.3-korg