[yocto] [meta-raspberrypi] Waveshare touchscreen

Trevor Woerner twoerner at gmail.com
Wed Jul 4 08:50:51 PDT 2018


On Tue, Jul 3, 2018 at 4:40 AM, Michele Tirinzoni <miketiri at gmail.com>
wrote:

> Anyway, the config.txt is just enough to be able to use the screen with
> touch functionality ? No need to have any driver installed ?
>

These panels have two cables that must be connected to the board: HDMI and
USB.

The HDMI handles all the video. The USB handles power and all the touch
stuff; touch "just works" magically.

In my builds I tend to add:

RDEPENDS_packagegroup-core-x11-utils_remove_pn-packagegroup-core-x11 =
"xinput-calibrator"
PACKAGECONFIG_pn-xserver-nodm-init = "nocursor"

The first line removes the package that keeps popping up the touch
calibrator software on boot. The second line removes the pointer (which
isn't relevant if you're using touch). Both of these assume you're using
x11, I have no idea how to setup wayland similarly.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20180704/0b145c78/attachment.html>


More information about the yocto mailing list