mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Add setting of MAX7456 image options
This commit is contained in:
parent
28fcfcd34e
commit
6ea05b93ab
3 changed files with 10 additions and 0 deletions
|
@ -46,6 +46,9 @@ typedef struct displayPortVTable_s {
|
|||
typedef struct displayPortProfile_s {
|
||||
int8_t colAdjust;
|
||||
int8_t rowAdjust;
|
||||
bool invert;
|
||||
uint8_t blackBrightness;
|
||||
uint8_t whiteBrightness;
|
||||
} displayPortProfile_t;
|
||||
|
||||
void displayGrab(displayPort_t *instance);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue