diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-02 13:58:30 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-01-02 15:32:21 +0000 |
commit | 135d7caa25d35f81da9d4806b98181fc750fceda (patch) | |
tree | 7a57c3f1135948860896d108ca3e5826826744fc /meta-agl-bsp/meta-raspberrypi | |
parent | cec31b5ad54ce6b19be303d1dd3e19899087362e (diff) |
Add entry for official pi touchscreen over DSI port
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 <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/meta-raspberrypi')
-rw-r--r-- | meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston/weston-raspberrypi.ini | 6 |
1 files changed, 6 insertions, 0 deletions
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 |