RLX COMPONENTS s.r.o. , Electronic Components Distributor.
RLX COMPONENTS s.r.o. , Electronic Components Distributor.
Elecrow 4 in 1 Raspberry Pi B+ Raspberry Pi 3 Case Charger AC/DC Adapter (ER-DRA07522C)
After install the driver that could get the OLED function work.
Step 1: Download and install the driver.
Run:
git clone https://github.com/Elecrow-keen/Elecrow-OLED.git
./Elecrow-OLED/install.sh
Step 2: Start IIC function.
Run:
sudo raspi-config
Select "Interfacing Options ->P5 I2C -> yes" and exit.
Step 3: Boot up settings.
Run:
sudo nano /etc/rc.local
Add follow line before "exit 0".
sudo python /home/pi/Elecrow-OLED/stats.py &