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:
parent
204b1b9627
commit
b8edea5c05
2 changed files with 3 additions and 1 deletions
|
@ -279,7 +279,7 @@ void lcdInit()
|
|||
{
|
||||
lcdHardwareInit();
|
||||
|
||||
if (!WAS_RESET_BY_WATCHDOG_OR_SOFTWARE()) {
|
||||
if (IS_LCD_RESET_NEEDED()) {
|
||||
lcdReset();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue