diff --git a/tasmota/xdsp_14_SSD1331.ino b/tasmota/xdsp_14_SSD1331.ino index 3cfa436c9..e9a7f7a35 100644 --- a/tasmota/xdsp_14_SSD1331.ino +++ b/tasmota/xdsp_14_SSD1331.ino @@ -36,7 +36,7 @@ #include bool ssd1331_init_done = false; -extern uint8_t *buffer; + extern uint8_t color_type; Adafruit_SSD1331 *ssd1331; @@ -55,7 +55,6 @@ void SSD1331_InitDriver() { Settings.display_height = Adafruit_SSD1331::TFTHEIGHT; } - buffer = 0; // default colors fg_color = SSD1331_WHITE;