lvgl / lv_port_linux

LVGL configured to work with a standard Linux framebuffer
MIT License
260 stars 160 forks source link

unable to open evdev interface:: No such file or directory #37

Closed suijunqiang closed 1 year ago

suijunqiang commented 1 year ago

after ./demo throw the error "unable to open evdev interface:: No such file or directory" I am able to make on my Raspberry Pi 4B, but unable to run ./demo

would you please give me some supports?

Thanks & Best Regards Sui

suijunqiang commented 1 year ago

the issue resolved after change EVDEV_NAME to be "/dev/input/event4" in lv_drv_conf.h

But there is nothing show after ./demo, event any message.

my evtest show as below: evtest No device specified, trying to scan all of /dev/input/event* Not running as root, no devices may be available. Available devices: /dev/input/event0: Telink Wireless Receiver Mouse /dev/input/event1: Telink Wireless Receiver Consumer Control /dev/input/event2: Telink Wireless Receiver System Control /dev/input/event3: Telink Wireless Receiver /dev/input/event4: Logitech USB Optical Mouse

kisvegabor commented 1 year ago

As it's resolved, I close this issue :slightly_smiling_face:

xinsuinizhuan commented 11 months ago

the same problem as you. first, "unable to open evdev interface:: No such file or directory" then ,change EVDEV_NAME to be "/dev/input/event4" in lv_drv_conf.h, then no show

how do you solved this problem?