Changes

Jump to navigation Jump to search

How to enable OLED display

11 bytes removed, 17:56, 19 November 2022
no edit summary
for X729, the I2C address is 0x3c
pi@raspberrypi 3. Installation cd ~ $ cd oled
(73.2) 1 Install the Adafruit CircuitPython library pi@raspberrypi:~/oled $ sudo python3 raspi-blinka.py
(73.3) 2 Answering Y and hitting Enter when reboot prompted. Then renavigate to the oled directly by entering: pi@raspberrypi ~ $ cd oled
(73.4) 3 Run the script to test the display pi@raspberrypi:~/oled $ sudo python3 x729.py
(73.5) 4 Run the script at Raspberry Pi boot pi@raspberrypi:~/oled $ sudo crontab -e
(73.6) 5 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