Add CL/OP in status line

This commit is contained in:
Armel FAUVEAU
2024-01-30 04:56:15 +01:00
parent 0194ac5028
commit 9036ffc355
3 changed files with 74 additions and 0 deletions

View File

@@ -18,8 +18,17 @@ extern const uint8_t BITMAP_KeyLock[6];
extern const uint8_t BITMAP_F_Key[6];
#ifdef ENABLE_VOX
#ifdef ENABLE_FEAT_F4HWN
extern const uint8_t BITMAP_VOX[12];
#else
extern const uint8_t BITMAP_VOX[18];
#endif
#endif
#ifdef ENABLE_FEAT_F4HWN
extern const uint8_t BITMAP_PTT_ONE_PUSH[11];
extern const uint8_t BITMAP_PTT_CLASSIC[11];
#endif
extern const uint8_t BITMAP_XB[12];