fogor parenthesis

This commit is contained in:
Steven Tracey 2024-11-22 13:43:52 -05:00
parent 8e70db7222
commit 93cee5a60a

View File

@ -114,7 +114,7 @@ void config(UWORD *blackImage, char* configName) {
DebugLine(14, 10, "MADE IT TO HERE --------------------------------------");
char* str = "key: JBSWY3DPEHPK3PXP NO n digits: 4";
DebugLine(13, 0, "String width: %d\n", computeWidth(str, &Font12);
DebugLine(13, 0, "String width: %d\n", computeWidth(str, &Font12));
Paint_DrawString(5, 5, str, &Font12, WHITE, BLACK);
//Paint_DrawString(5, 5, getConfigReturn.r0, &Font12, WHITE, BLACK);
EPD_2in13_V4_Display(blackImage);