mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
remove debug logs
This commit is contained in:
parent
8a969eeca5
commit
6edd24bbc6
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user