mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Add displayPortProfile
This commit is contained in:
parent
7acaf05b15
commit
d33977a506
9 changed files with 54 additions and 12 deletions
|
@ -43,6 +43,11 @@ typedef struct displayPortVTable_s {
|
|||
uint32_t (*txBytesFree)(const displayPort_t *displayPort);
|
||||
} displayPortVTable_t;
|
||||
|
||||
typedef struct displayPortProfile_s {
|
||||
int8_t colAdjust;
|
||||
int8_t rowAdjust;
|
||||
} displayPortProfile_t;
|
||||
|
||||
void displayGrab(displayPort_t *instance);
|
||||
void displayRelease(displayPort_t *instance);
|
||||
void displayReleaseAll(displayPort_t *instance);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue