mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
Re #1875 and #1849: implemented LCD initialization for low temperatures. Initialization skipped in case of watchdog reset or boot-loader exit.
This commit is contained in:
parent
e19684063a
commit
a539add020
8 changed files with 118 additions and 45 deletions
|
@ -166,7 +166,7 @@ void menusTask(void * pdata)
|
|||
|
||||
lcd_clear();
|
||||
lcdRefresh();
|
||||
lcdSetRefVolt(0);
|
||||
lcdOff();
|
||||
|
||||
#if !defined(SIMU)
|
||||
SysTick->CTRL = 0; // turn off systick
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue