From d9394dc2c1b22194db0dfe55a2a730d1ab758c1b Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sun, 13 Oct 2013 23:23:09 +0200 Subject: formfactor: add configurations for PALM devices Signed-off-by: Andrea Adami --- recipes-bsp/formfactor/files/palmtt/machconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 recipes-bsp/formfactor/files/palmtt/machconfig (limited to 'recipes-bsp/formfactor/files/palmtt/machconfig') diff --git a/recipes-bsp/formfactor/files/palmtt/machconfig b/recipes-bsp/formfactor/files/palmtt/machconfig new file mode 100755 index 0000000..93dc517 --- /dev/null +++ b/recipes-bsp/formfactor/files/palmtt/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=320 +DISPLAY_WIDTH_MM=54 +DISPLAY_HEIGHT_PIXELS=320 +DISPLAY_HEIGHT_MM=54 +DISPLAY_BPP=16 +# Real DISPLAY_DPI=149 +DISPLAY_DPI=100 +DISPLAY_SUBPIXEL_ORDER=rgb -- cgit 1.2.3-korg