Skip to content

Mirror your Linux console terminal output to an OLED display module

Notifications You must be signed in to change notification settings

desolationjones/oledterm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

oledterm

Mirror your Linux console terminal output to an OLED display module

Uses luma.oled to drive the OLED. Tested with an SSD1325-based module, 2.7" 128x64, which allows for 9x25 text.

To run on boot, add to /etc/rc.local:

python /home/pi/oledterm/oledterm.py --display ssd1325 --interface spi --rotate 2 &

then attach a keyboard, and you can interact with the terminal as normal. Example running uname:

uname

and since it uses your terminal, even full-screen programs like vim work as expected:

vim

As seen in Building a small custom Raspberry Pi Zero laptop in a cardboard box.

About

Mirror your Linux console terminal output to an OLED display module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.3%
  • Shell 2.7%