1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-23 16:25:12 +03:00

New UI merged

This commit is contained in:
Bertrand Songis 2019-08-28 17:11:55 +02:00
parent 1f41076b0e
commit f4f8893ae9
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
806 changed files with 30838 additions and 11706 deletions

View file

@ -37,6 +37,8 @@ inline void drawTimer(coord_t x, coord_t y, int32_t tme, LcdFlags att = 0)
drawTimer(x, y, tme, att, att);
}
void drawFlightMode(coord_t x, coord_t y, int8_t idx, LcdFlags att = 0);
void drawStartupAnimation(uint32_t duration, uint32_t totalDuration);
void drawShutdownAnimation(uint32_t duration, uint32_t totalDuration, const char * message);
void drawSleepBitmap();