diff --git a/tasmota/xdsp_04_ili9341.ino b/tasmota/xdsp_04_ili9341.ino index 57c00c225..133cf4366 100644 --- a/tasmota/xdsp_04_ili9341.ino +++ b/tasmota/xdsp_04_ili9341.ino @@ -72,8 +72,6 @@ void ILI9341_InitDriver() fg_color = ILI9341_WHITE; bg_color = ILI9341_BLACK; - AddLog(LOG_LEVEL_INFO, PSTR("DSP: ILI934x 0")); - #ifdef USE_M5STACK_CORE2 // fixed pins on m5stack core2 ili9341_2 = new ILI9341_2(5, -2, 15, -2); @@ -99,8 +97,6 @@ void ILI9341_InitDriver() return; } - AddLog(LOG_LEVEL_INFO, PSTR("DSP: ILI934x 1")); - ili9341_2->init(Settings.display_width, Settings.display_height); renderer = ili9341_2; renderer->DisplayInit(DISPLAY_INIT_MODE, Settings.display_size, Settings.display_rotate, Settings.display_font);