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:
parent
61d66c8a88
commit
37e2b8be24
5 changed files with 60 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue