Inspired by willdurand/pihole-oled, I updated to work with the newest version of the Adafruit lib and other updates
- Oled display 0,96" 128x32
- Raspberry pi
Have a Raspberry Pi with the lastest Raspbian installed
Download the following packages
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install i2c-tools
sudo apt-get install pip3
sudo apt install python3-pip
sudo pip3 install Pillow
sudo apt-get install libopenjp2-7 libtiff5
pip3 install adafruit-circuitpython-ssd1306
pip3 install humanize
pip3 install psutil
pip3 install requests