1
0
Fork 0
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:
bsongis 2015-07-14 11:14:40 +02:00
parent 1cb78610f7
commit 0355a25b5a

View file

@ -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;