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

[Taranis] Asynchronous screenshots (to ensure the LCD will be fully

refreshed before doing the screenshot)
This commit is contained in:
Bertrand Songis 2015-04-02 23:05:34 +02:00
parent 4e4be82875
commit 17b16e4670
3 changed files with 14 additions and 2 deletions

View file

@ -552,7 +552,7 @@ void evalFunctions()
#if defined(PCBTARANIS)
case FUNC_SCREENSHOT:
if (!(functionsContext.activeSwitches & switch_mask)) {
writeScreenshot();
requestScreenshot = true;
}
break;
#endif