diff --git a/c/src/p2fa.c b/c/src/p2fa.c index 6a373f0..35be4c8 100644 --- a/c/src/p2fa.c +++ b/c/src/p2fa.c @@ -33,6 +33,9 @@ int draw() { return -1; } Paint_NewImage(BlackImage, EPD_2in13_V4_WIDTH, EPD_2in13_V4_HEIGHT, 90, WHITE); + + EPD_2in13_V4_Init(); + Paint_SelectImage(BlackImage); Paint_Clear(WHITE); Paint_DrawString(32, 10, "Hello, World!", &Font16, WHITE, BLACK);