add color swap BGR/RGB and generalize invert option

This commit is contained in:
philippe44
2022-02-27 14:34:11 -08:00
parent 54d7e222d0
commit dd519b9229
13 changed files with 87 additions and 54 deletions

View File

@@ -32,6 +32,7 @@ typedef struct {
const char *type;
bool rotate;
bool invert;
int colorswap;
} display_config_t;
typedef struct eth_config_struct {