mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
Esp32 lilygo tty t5v2 bugfix
E-ink initialization failed because small bug in the code (just 5 missing chars
This commit is contained in:
committed by
Xiang Xiao
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;
|
||||
|
||||
Reference in New Issue
Block a user