Changes

Jump to navigation Jump to search

How to enable OLED display

115 bytes removed, 17:04, 15 May 2023
no edit summary
3.1 Download the required scripts
cd ~
pi@raspberrypi ~ $ git clone https://github.com/suptronics/oled.git
cd oled
3.2 Install the Adafruit CircuitPython library
pi@raspberrypi:~/oled $ sudo python3 raspi-blinka.py
3.3 Answering Y and hitting Enter when reboot prompted. Then renavigate to the oled directly by entering:
pi@raspberrypi ~ $ cd oled
3.4 Run the script to test the display
pi@raspberrypi:~/oled $ sudo python3 x729.py
3.5 Run the script at Raspberry Pi boot
pi@raspberrypi:~/oled $ sudo crontab -e
3.6 Add a line at the end of the file that reads like this:

Navigation menu