From fc9db179d4cad2a70aaa8e077bb93d2f26205b85 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 2 Jan 2017 13:58:30 +0100 Subject: Add entry for official pi touchscreen over DSI port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change add support for the official touchscreen that is connected throught the DSI-1 port to the board. Change-Id: If85490ca69310922b8bf314681d1d8459995c61e Signed-off-by: Jan-Simon Möller --- .../recipes-graphics/wayland/weston/weston-raspberrypi.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston/weston-raspberrypi.ini b/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston/weston-raspberrypi.ini index 3daad91dd..f798cedc5 100644 --- a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston/weston-raspberrypi.ini +++ b/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston/weston-raspberrypi.ini @@ -6,8 +6,14 @@ shell=ivi-shell.so ivi-module=ivi-controller.so,wl-shell-emulator.so ivi-input-module=ivi-input-controller.so +# HDMI / GeChic [output] name=HDMI-A-1 transform=270 # Uncomment for 1080p on GeChic 1502i: #mode=173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync + +# official touchscreen over DSI interface +[output] +name=DSI-1 +transform=270 -- cgit 1.2.3-korg