1
0
Fork 0
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:
jflyper 2016-10-21 11:22:29 +09:00
parent c795135542
commit 6cf9086f56
19 changed files with 1518 additions and 1351 deletions

View file

@ -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)