I just got my Loxberry up and running. It's running on a RPi4, in a rack-unit with a OLED-screen. I have a script to set the oled-screen up so that it will display IP, CPU and RAM usage for the Raspberry. But loxberry won't let me run anything as sudo.
I have a guide @ https://www.uctronics.com/download/A...143_Manual.pdf which tells me to add this to /etc/rc.local
cd /home/pi/U6143_ssd1306/C (I changed this to /opt/loxberry/uctronics/C where I placed the files)
sudo make clean
sudo make sudo ./display &
Kommentar