1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +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

@ -1474,6 +1474,10 @@ enum AUDIO_SOUNDS {
extern uint8_t requiredSpeakerVolume;
#endif
#if defined(PCBTARANIS)
extern uint8_t requestScreenshot;
#endif
extern void checkBattery();
extern void opentxClose();
extern void opentxInit();