1
0
Fork 0
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:
Dan Nixon 2017-06-09 12:46:34 +01:00
parent 28fcfcd34e
commit 6ea05b93ab
3 changed files with 10 additions and 0 deletions

View file

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