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
the problem is, that this repo is using the bcm2835 lib to talk over I²C. the library is accessing the bcm2835 IC directly via /dev/mem, which needs root rights. a more modern approach is to use the i2c driver instead (sudo apt get install i2c-tools, raspi-config -> Interface -> i2c).
I tried the linked lib https://github.com/jonesman/ArduiPi_OLED after finally having managed to run this original lib,
but the make compilation of the jonesman fork failed because of sth like my "Pi can't access ARM mode" or whatever (I have a Pi 2 v1.1 run by Stretch). I really had appreciated if I was able to discard that eff*** sudo, too...
hello,
how is it possible to run oled programs without sudo rights?
The text was updated successfully, but these errors were encountered: