diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-02 13:58:30 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-02 13:59:00 +0100 |
commit | fc9db179d4cad2a70aaa8e077bb93d2f26205b85 (patch) | |
tree | 2c409cf485bd27902fdd413820e0e4ebae141672 /meta-agl-bsp/meta-raspberrypi | |
parent | b674ca412f7d98197b210b5ac39fda721a479f5a (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 |