mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
CMS-OSD separation
This commit is contained in:
parent
c795135542
commit
6cf9086f56
19 changed files with 1518 additions and 1351 deletions
|
@ -68,3 +68,7 @@ typedef struct {
|
|||
void updateOsd(uint32_t currentTime);
|
||||
void osdInit(void);
|
||||
void resetOsdConfig(osd_profile_t *osdProfile);
|
||||
screenFnVTable_t *osdCmsInit(void);
|
||||
|
||||
#define VISIBLE_FLAG 0x0800
|
||||
#define VISIBLE(x) (x & VISIBLE_FLAG)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue