Skip to content

Show system informations on a small oled display wired to the PocketCHIP

License

Notifications You must be signed in to change notification settings

perryflynn/pocketchip-pocketlcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Show system informations on a small OLED display wired to the PocketCHIP.

demo gif

Hardware

Any display supported by rm-hull/luma.oled.

Dependencies

Usage

./pocketlcd.py ~/sysmonitor/monitorstatus --i2c-port 2 --all-cards

Options

The script uses the demo_opts class of rm-hull/luma.examples That class comes with various command line settings to customize the display controls. Just start ./pocketlcd.py --help and take a look what is possible.

I've added serval PocketLCD specific options:

chip@chip:~$ ~/code/pocketlcd/pocketlcd.py --help
[...]
-h, --help            show this help message and exit
--display-fps 0.20    card change speed in fps (default: 0.2)
--all-cards           display all cards (default: False)
--card-time           display the current time (default: False)
--card-battery        display the battery info (default: False)
--card-network        display the network info (default: False)
[...]

Credits / Libraries / Licenses

About

Show system informations on a small oled display wired to the PocketCHIP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages