1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-19 22:35:10 +03:00

small fixes

This commit is contained in:
Raphael Coeffic 2019-08-16 22:18:19 +02:00
parent 995888ae41
commit 06eed5d79f
6 changed files with 21 additions and 24 deletions

View file

@ -36,8 +36,8 @@ inline void drawTimer(coord_t x, coord_t y, int32_t tme, LcdFlags att = 0)
drawTimer(x, y, tme, att, att);
}
void drawStartupAnimation(uint32_t duration, uint32_t total_duration);
void drawShutdownAnimation(uint32_t duration, uint32_t total_duration, const char * message);
void drawStartupAnimation(uint32_t duration, uint32_t totalDuration);
void drawShutdownAnimation(uint32_t duration, uint32_t totalDuration, const char * message);
void drawSleepBitmap();
#endif // _COMMON_DRAW_FUNCTIONS_H_