1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 17:25:13 +03:00

LCD asynchronous refresh prepared for Taranis+

This commit is contained in:
bsongis 2014-07-05 19:23:53 +02:00
parent 838190ce80
commit f66388c1d3
3 changed files with 11 additions and 3 deletions

View file

@ -2853,7 +2853,8 @@ void perMain()
}
drawStatusLine();
lcdRefresh();
lcdRefresh(LCD_REFRESH_DONT_WAIT);
if (SLAVE_MODE()) {
JACK_PPM_OUT();