SalesIdeasUniverse@gmail.com
Look for the 3c status – if present then communications are good.
If the command fails to detect the OLED then:
1. Check the I2C interface is enabled:
a. sudo raspi-config
2. or power down and re-check the wiring. All OLEDs are tested by us before shipping so
the most likely issue is wiring.
Install OLED Python Library
To install the library:
sudo pip3 install adafruit-circuitpython-ssd1306
sudo apt -get install python3-pil
Python Stats Script
From you pi, connected to the internet, go to the downloads page on our website to open /
download our stats file https://ideasuniverse.co.uk/pages/downloads
Save the file to a location on your pi – the root directory (home/pi) is always a good place.
Make sure the file is named/renamed to stats.py