DougieLawson / backlight_dimmer

Control the backlight on the official RPF display based on a touch event.
47 stars 18 forks source link

Does not detect mouse input #1

Open radugbhr opened 4 years ago

radugbhr commented 4 years ago

Hey DougieLawson. Works good. But does not register mouse input, either cursor or buttons.

Qlink84 commented 4 years ago

same problem here... if i start backlight_dimmer manually in terminal it works with touch or mouse inputs... if i start backlight_dimmer with script in background on reboot with crontab #!bin/sh /var/lib/dietpi/-autostart/backlight_dimmer/timeout 10 event0 wake up just works with keyboard inputs but not with touch or mouse inputs

leomayer commented 4 years ago

I expierenced the same issue with touch. I needed to install input-utils to have lsinput available. After installing it touch events were recognized properly

Marco-exports commented 3 years ago

installed "input-utils" and it crashed and made my RPi a "brick" in the middle of start-up.

I've had problems with "backlight_dimmer" since the newest RPi updates. Worse with a fresh install of the latest RPi, as backlight_dimmer no longer recognizes any touch on the screen.

Hope you can help with a working patch...

aklehm commented 9 months ago

I'm using the official Raspberry Pi 7" Touch Display and a fresh install of Raspberry Pi OS lite. After installing "input-utils" via sudo apt install input-utils the backlight comes back and its working good.