Esp32 lilygo tty t5v2 bugfix

E-ink initialization failed because small bug in the code (just 5 missing chars
This commit is contained in:
Adam Kaliszan 2022-07-01 07:12:30 +02:00 committed by Xiang Xiao
parent feb5c5307a
commit caf92cdadf

View File

@ -183,7 +183,7 @@ int board_lcd_initialize(void)
* Must be because setpower(1) function invokes the chip configuration
*/
g_lcddev->setpower(g_lcddev, CONFIG_LCD_MAXPOWER);
ret = g_lcddev->setpower(g_lcddev, CONFIG_LCD_MAXPOWER);
}
return ret;