mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
[Taranis X9E] Startup animation more fluid
This commit is contained in:
parent
1cb78610f7
commit
0355a25b5a
1 changed files with 5 additions and 0 deletions
|
@ -161,6 +161,11 @@ void boardInit()
|
|||
|
||||
#if defined(REV9E)
|
||||
if (!(RCC->CSR & (RCC_CSR_SFTRSTF | RCC_CSR_WDGRSTF))) {
|
||||
lcd_clear();
|
||||
lcd_bmp(76, 0, bmp_lock, 0, 60);
|
||||
lcdRefresh();
|
||||
lcdRefreshWait();
|
||||
|
||||
tmr10ms_t start = get_tmr10ms();
|
||||
tmr10ms_t duration = 0;
|
||||
uint8_t pwr_on = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue