-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# i2c-lcd-loadavg | ||
This will read out the load averages on an i2c connected 16x2 lcd screen on the Onion Omega 2 | ||
|
||
# Installation | ||
This program uses David Stein's fireonion_i2c_lcd Python library to interface with a 16x2 LCD Screen. | ||
It can be found at https://bitbucket.org/fires/fireonion_i2c_lcd and more information can be found on | ||
his blog at https://bitbucket.org/fires/fireonion_i2c_lcd. Note that to use fireonion_i2c_lcd and subsequently | ||
this program, the pyOnionI2C library is required and can be installed through opkg. |