System Monitor for Raspberry Pi with 12864/SSD1306
Adafruit_GPIO.SPI Adafruit_SSD1306 psutil
Configure your 128464 by following this tutorial: https://learn.adafruit.com/ssd1306-oled-displays-with-raspberry-pi-and-beaglebone-black/usage?view=all
Install additional modules
sudo apt-get install python-pip
sudo pip install psutil
Edit the script. Replace the ports to yours
# Ports used for fthe Display. You may have to change them to yours
RST = 25
DC = 24
# Run with Python 2
python disp.py
MIT