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:
parent
4e4be82875
commit
17b16e4670
3 changed files with 14 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue