tweak muse color + add "invert" option

This commit is contained in:
philippe44
2022-02-26 17:37:08 -08:00
parent 72b66054b1
commit 23a5f7fbe4
4 changed files with 18 additions and 11 deletions

View File

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