sudo raspi-config
Choose Interface Options Enable i2c
cd
git clone https://github.com/UCTRONICS/U6143_ssd1306.git
cd U6143_ssd1306
chmod +x setup_display_service.sh
sudo ./setup_display_service.sh
- For the older version lcd without mcu controller, you can use python demo
- Install the dependent library files
sudo pip3 install adafruit-circuitpython-ssd1306
sudo apt-get install python3-pip
sudo apt-get install python3-pil
- Test demo
cd /home/pi/U6143_ssd1306/python
sudo python3 ssd1306_stats.py
- Open the U6143_ssd1306/C/ssd1306_i2c.h file. You can modify the value of the TEMPERATURE_TYPE variable to change the type of temperature displayed. (The default is Fahrenheit)