1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 09:45:21 +03:00

[X7D] LCD Reset is always needed

This commit is contained in:
Bertrand Songis 2016-08-26 11:36:06 +02:00
parent 204b1b9627
commit b8edea5c05
2 changed files with 3 additions and 1 deletions

View file

@ -279,7 +279,7 @@ void lcdInit()
{
lcdHardwareInit();
if (!WAS_RESET_BY_WATCHDOG_OR_SOFTWARE()) {
if (IS_LCD_RESET_NEEDED()) {
lcdReset();
}
}