diff --git a/c/src/p2fa.c b/c/src/p2fa.c index aa8df23..a80011f 100644 --- a/c/src/p2fa.c +++ b/c/src/p2fa.c @@ -35,7 +35,7 @@ int draw() { Paint_NewImage(BlackImage, EPD_2in13_V4_WIDTH, EPD_2in13_V4_HEIGHT, 90, WHITE); Paint_Clear(WHITE); - Paint_SelectImage(BlackImage) + Paint_SelectImage(BlackImage); Paint_DrawString(32, 10, "Hello, World!", &Font16, WHITE, BLACK); const char *confName = "default";