System Stats OLED display
A lightweight Python script to display real-time system statistics (CPU, RAM, temperature, IP) on a 128x64 I2C OLED display for Raspberry Pi.
About
System Stats OLED Display is a lightweight utility that fetches and displays real-time hardware metrics—such as CPU usage, memory consumption, and temperature—on a connected 128x64 I2C OLED screen. Designed primarily for single-board computers like the Raspberry Pi, it enables us…