Changes

Jump to navigation Jump to search

How to enable OLED display

19 bytes added, 14:42, 21 July 2023
no edit summary
How to enable OLED display on Raspbian: <ref>Adafruit Python SSD1306 library: https://github.com/adafruit/Adafruit_Python_SSD1306</ref>
'''1. Update your Pi and Install the required dependencies'''
<pre>
sudo apt-get update
'''2. Run the following command to check the oled i2c port'''
sudo i2cdetect -y 1
for X729, the I2C address is 0x3c
Please sure teh I2C is enable before this step, please refer to [[How to enable I2C]]
 '''3. Installation'''
3.1 Download the required scripts

Navigation menu