This commit is contained in:
2024-11-22 17:31:46 -05:00
parent bab1711a5f
commit 595426570c
8 changed files with 104 additions and 104 deletions

View File

@@ -57,10 +57,10 @@ void code(UWORD *blackImage, char* confName) {
int codeLength = strlen(code);
if (codeLength <= 6) {
Paint_DrawString(5, 20, code, &Font65, WHITE, BLACK);
} else if (codeLength > 6) {
Paint_DrawString(5, 20, code, &Font54, WHITE, BLACK);
} else if (codeLength > 8) {
Paint_DrawString(5, 20, code, &Font40, WHITE, BLACK);
} else if (codeLength > 6) {
Paint_DrawString(5, 20, code, &Font56, WHITE, BLACK);
}
Paint_DrawString(8, 5, confName, &Font12, WHITE, BLACK);