-
-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSD1331 demo failing #136
Comments
Do you have spidev kernel module loaded? |
Doesn't it use spidev from userspace? |
Yes, it use spidev from userspace, but accessing to spi char devices requires root privileges |
I just use a script to set permissions https://github.com/sgjava/javauio/blob/main/scripts/uio-permissions.sh I mean I use u8g2 fine with https://github.com/olikraus/u8g2/tree/master/sys/arm-linux You can see where I committed changes to use c-periphery. |
I assume there's a way to set SPI device and pins for DC and RESET? Also I shouldn't have to run as root as I have the permissions set for non-root user on SPI device.
The text was updated successfully, but these errors were encountered: