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

[Horus] Screenshots special function. Woot!

This commit is contained in:
Bertrand Songis 2019-08-19 17:47:49 +02:00
parent ffb731dc30
commit c50c55033e
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
20 changed files with 64 additions and 96 deletions

View file

@ -528,12 +528,10 @@ void perMain()
DEBUG_TIMER_STOP(debugTimerGuiMain);
#endif
#if defined(PCBTARANIS)
if (mainRequestFlags & (1 << REQUEST_SCREENSHOT)) {
writeScreenshot();
mainRequestFlags &= ~(1 << REQUEST_SCREENSHOT);
}
#endif
#if defined(PCBX9E) && !defined(SIMU)
toplcdRefreshStart();