raysan5 / raygui

A simple and easy-to-use immediate-mode gui library
zlib License
3.26k stars 280 forks source link

Raspberry Pi - touch does not works. #401

Closed colesnicov closed 2 months ago

colesnicov commented 2 months ago

Environment

RPI 2B, Raspberry OS LITE, Raylib v5.1-dev, RayGUI v4.1-dev

Hello.

Now I'm going to try this awesome project on a Raspberry PI 2B + 7.9 Capacitive Multitouch HDMI Display from Waveshare.

It couldn't compile at first time. After a minor correction, https://github.com/raysan5/raygui/issues/400, cause the Makefile is out of date, I compiled it but the touch doesn't work for me. In Raylib, everything (touch) works (almost everything, I will add a report) but RayGui does not respond.

colesnicov commented 2 months ago

As for input processing libraries, I only have libinput installed. I don't have libinput-dev or tslib-* installed.

colesnicov commented 2 months ago

It is necessary to make the necessary settings according to the https://github.com/raysan5/raylib/wiki/Install-and-configure-Touchscreen-Drivers-(RPi) After reboot was works.

colesnicov commented 2 months ago

But I missed this step Install-and-configure-Touchscreen-Drivers-(RPi)#contract-with-raylib. I didn't create any scripts.