1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Added OSD Battery Usage progressbar

This commit is contained in:
Bas Delfos 2017-05-02 21:44:59 +02:00
parent 61d66c8a88
commit 37e2b8be24
5 changed files with 60 additions and 1 deletions

View file

@ -217,3 +217,11 @@
//sport
#define SYM_MIN 0xB3
#define SYM_AVG 0xB4
// Progress bar
#define SYM_PB_START 0x8A
#define SYM_PB_FULL 0x8B
#define SYM_PB_HALF 0x8C
#define SYM_PB_EMPTY 0x8D
#define SYM_PB_END 0x8E
#define SYM_PB_CLOSE 0x8F