Esp32 lilygo tty t5v2 bugfix
E-ink initialization failed because small bug in the code (just 5 missing chars
This commit is contained in:
parent
feb5c5307a
commit
caf92cdadf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user