Changes

Jump to navigation Jump to search

How to enable OLED display

104 bytes added, 18:17, 19 November 2022
no edit summary
3. Installation
3.1 Download the required scripts
pi@raspberrypi ~ $ git clone https://github.com/suptronics/oled.git
cd ~
cd oled
3.1 3 Install the Adafruit CircuitPython library
pi@raspberrypi:~/oled $ sudo python3 raspi-blinka.py
3.2 4 Answering Y and hitting Enter when reboot prompted. Then renavigate to the oled directly by entering:
pi@raspberrypi ~ $ cd oled
3.3 4 Run the script to test the display
pi@raspberrypi:~/oled $ sudo python3 x729.py
3.4 5 Run the script at Raspberry Pi boot
pi@raspberrypi:~/oled $ sudo crontab -e
3.5 6 Add a line at the end of the file that reads like this:
@reboot cd /home/pi/oled && python3 /home/pi/oled/x729.py &
[[File:X729-9.png|none]]

Navigation menu