diff -r 143077e54255 -r c49ab5179bf3 thermferm/thermferm.h --- a/thermferm/thermferm.h Wed Jun 25 16:56:09 2014 +0200 +++ b/thermferm/thermferm.h Wed Jun 25 17:18:01 2014 +0200 @@ -124,6 +124,7 @@ #ifdef HAVE_WIRINGPI_H int lcd_cols; /* LCD display columns */ int lcd_rows; /* LCD display rows */ + int lcd_address; /* LCD display i2c address */ #endif units_list *units; /* Fermenter units */ /* ControlSettings: */