geeekpi / RPiFEBP

Raspberry Pi Fan Expansion Board Plus 0.91 OLED Display V1.0
BSD 3-Clause "New" or "Revised" License
10 stars 4 forks source link

RPiFEBP

Revision

LED indicators Pin out

There are 4 LED under the PCB board.

Installation

Install by copy paste

sudo apt update 
sudo apt upgrade -y
sudo apt -y install python3 python3-dev python3-pip python3-pil libjpeg-dev zlib1g-dev libfreetype6-dev liblcms2-dev libopenjp2-7 
sudo pip install --upgrade luma.oled --break-system-packages
sudo usermod -a -G gpio,i2c pi  
git clone https://github.com/rm-hull/luma.examples.git 
cd luma.examples/
sudo -H pip install -e . --break-system-packages
sudo -H pip installl psutil --break-system-packages