mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
Introduction of displayPort_t
This commit is contained in:
parent
e26258e686
commit
7960b1665d
16 changed files with 907 additions and 883 deletions
|
@ -66,7 +66,7 @@ typedef struct {
|
|||
void updateOsd(uint32_t currentTime);
|
||||
void osdInit(void);
|
||||
void resetOsdConfig(osd_profile_t *osdProfile);
|
||||
screenFnVTable_t *osdCmsInit(void);
|
||||
displayPort_t *osdCmsInit(void);
|
||||
|
||||
// Character coordinate and attributes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue