diff --git a/README.md b/README.md index 29b8198..fbac2df 100644 --- a/README.md +++ b/README.md @@ -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.