You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2024. It is now read-only.
After b6f418b there was some change that broke the usage of golang-evdev on my Raspberry Pi 3B+ running balenaOS. (With resin/scratch containers built with balenalib/raspberrypi3-alpine-golang)
In the latest version of this package the input device list is empty
([]*evdev.InputDevice{}) and /dev/input/event0 doesn’t exist.
For now my workaround is to lock the version of this package to b6f418b but just wanted to give you a heads up.
After b6f418b there was some change that broke the usage of
golang-evdevon my Raspberry Pi 3B+ running balenaOS. (With resin/scratch containers built with balenalib/raspberrypi3-alpine-golang)In the latest version of this package the input device list is empty
(
[]*evdev.InputDevice{}) and/dev/input/event0doesn’t exist.For now my workaround is to lock the version of this package to b6f418b but just wanted to give you a heads up.
(I’m using this package in combination with https://github.com/nathany/bobblehat on a RPi connected to a SenseHAT)