For the future versions of LaBox (but let finish the current one) It could be interesting to foresee the use of another display even not I2C (Now : SSD1306Wire.h) like this 1.44/1.80 https://www.ebay.fr/itm/1-44-1-8inch-TFT-Full-Color-128x160-128x128-SPI-LCD-Display-Module-for-Arduino/193545945157 which needs : #include <TFT_eSPI.h> // Graphics and font library for ST7735 driver chip #include <SPI.h> TFT_eSPI tft = TFT_eSPI(); // Invoke library, pins defined in User_Setup.h Reference to display should appear in a single point in order to make the change easy.