fix color swap

This commit is contained in:
philippe44
2022-02-28 13:56:42 -08:00
parent b191ea6ec1
commit 7b1d1ad45e
2 changed files with 2 additions and 3 deletions

View File

@@ -148,7 +148,7 @@ void display_init(char *welcome) {
.Invert = strcasestr(config, "invert"),
.ColorSwap = strcasestr(config, "cswap"),
};
GDS_SetLayout(display, &Layout);
GDS_SetFont(display, &Font_line_2);
GDS_TextPos(display, GDS_FONT_DEFAULT, GDS_TEXT_CENTERED, GDS_TEXT_CLEAR | GDS_TEXT_UPDATE, welcome);