{{indexmenu_n>20}} ====== Edge2 TS050 Touchscreen ====== ===== Introduction ===== This document mainly introduces the connection and usage of TS050. * TS050 - https://www.khadas.com/product-page/ts050-touchscreen * FPC Cable: https://www.khadas.com/product-page/fpc-cable-gen2 ===== Hardware Connection ===== /* {{/products/sbc/common/accessories/edge2-ts050-front.png|edge2 ts050 panel front connection}} */ {{products:sbc:edge2:add-ons:ts050-edge2.webp?800 | Edge2 TS050 panel }} ===== Enable TS050 Touchscreen ===== The TS050 touchscreen is disabled by default, you need to enable it via [[products:sbc:edge2:configurations:device-tree-overlay|Device tree overlay]]. Add ''mipi-panel'' to node ''fdt_overlays='', should be similar below: ```shell $ cat /boot/dtb/rockchip/rk3588s-khadas-edge2.dtb.overlay.env fdt_overlays=mipi-panel ``` Save the file and reboot to take effect.