- You can also program the 0.91-inch OLED to show something else, please add the following boot-up script to read the stats (CPU/Memory load, IP address, temperature, etc. ):
- OLED Demo: github.com/UCTRONICS/U6143_ssd1306?Amazon
Note: The rackmount does not support QC protocol.
Open the rc.local file
sudo nano /etc/rc.local
Add command to the rc.local file
cd /home/pi/U6143_ssd1306/C
sudo make clean
sudo make
sudo ./display &
Reboot your system.