498 views
in Embedded Wizard Studio by

Hello,

I am new to the Embedded Wizard, I am using Raspberry Pi 4 Model B with HDMI 7inch touch screen.

Image: Raspberry pi OS lite

Compiled and run the hello world example, I am facing the below error

EwBspTouchInit: No touch input device found!

Any clue what went wrong?

1 Answer

0 votes
by

Hello,

first of all, please check that the touch device of the display is connected with the RasPi via a separate USB cable. Is this the case?

The next step would be to check that touch events are received within Linux - please check with evtest:

sudo apt-get install evtest
evtest

Then you should get the touch events printed as soon as you touch the screen. Does this work?

Best regards,

Manfred. 

by

Hello Manfred ,

Thanks for the information i installed evtest and verified the touch working .

I used as  #define TOUCH_DEVICE_NAME               "/dev/input/event0" 

I am able to fix with the below change

#define TOUCH_DEVICE_NAME               "/dev/input/event"

 

 

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...