could it be \n p2

This commit is contained in:
Steven Tracey 2024-11-22 13:42:12 -05:00
parent 602637905a
commit 8e70db7222

View File

@ -113,8 +113,9 @@ void config(UWORD *blackImage, char* configName) {
Paint_Clear(WHITE); Paint_Clear(WHITE);
DebugLine(14, 10, "MADE IT TO HERE --------------------------------------"); DebugLine(14, 10, "MADE IT TO HERE --------------------------------------");
char* str = "key: JBSWY3DPEHPK3PXP NO n digits: 4";
Paint_DrawString(5, 5, "key: JBSWY3DPEHPK3PXP\ndigits: 4", &Font12, WHITE, BLACK); 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); //Paint_DrawString(5, 5, getConfigReturn.r0, &Font12, WHITE, BLACK);
EPD_2in13_V4_Display(blackImage); EPD_2in13_V4_Display(blackImage);