diff --git a/testeurInstant/testeurInstant.ino b/testeurInstant/testeurInstant.ino index 0cd7d2f2a24a568d403a31b6179e5e25a5b44159..594c9c3548ac595cf1af9003973651f977348080 100644 --- a/testeurInstant/testeurInstant.ino +++ b/testeurInstant/testeurInstant.ino @@ -318,6 +318,7 @@ void setup() // set up the LCD's number of columns and rows: lcd.begin(16, 2); + lcd.setRGB(0,255,0); maxThermocouple.begin(); maxThermocouple.setThermocoupleType(MAX31856_TCTYPE_K);