Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m3t0r/hc4-oled

A small tool to collect and display data on my Odroid HC4s' OLED displays
https://github.com/m3t0r/hc4-oled

Last synced: 4 days ago
JSON representation

A small tool to collect and display data on my Odroid HC4s' OLED displays

Awesome Lists containing this project

README

        

# HC4 OLED

A small utility that collects and displays some data from the host, like free
disk space and CPU load. It has a very basic OLED burn-in avoidance system.

![A photo of a HC4 OLED display showing the program output](./example.avif)

The monochrome OLED display on HC4s is connected via I2C, using a SSD1306
driver chip. There are some more informations and a Python code example in
Odroid's [HC4 application notes](https://wiki.odroid.com/odroid-hc4/application_note/oled).