From af54972ca99263138eb3f4299f30559dee82938d Mon Sep 17 00:00:00 2001 From: Steven Tracey Date: Wed, 20 Nov 2024 20:45:26 -0500 Subject: [PATCH] Fux font temp --- c/src/p2fa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/src/p2fa.c b/c/src/p2fa.c index 76eca9d..b852440 100644 --- a/c/src/p2fa.c +++ b/c/src/p2fa.c @@ -54,7 +54,7 @@ int draw() { GoString confStr = {confName, strlen(confName)}; const char *code = getCode(confStr); Debug("Code: %s\n", code); - Paint_DrawString(5, 5, code, &Font48, WHITE, BLACK); + Paint_DrawString(5, 5, code, &Font24, WHITE, BLACK); Paint_DrawRectangle(10, 112, 240, 92, WHITE, DOT_PIXEL_1X1, DRAW_FILL_EMPTY); EPD_2in13_V4_Display_Base(BlackImage);