1.2k 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 - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...