Weird API

This commit is contained in:
Steven Tracey 2024-11-20 11:09:35 -05:00
parent c5b8228d3d
commit c98c10f72f

View File

@ -33,6 +33,9 @@ int draw() {
return -1; return -1;
} }
Paint_NewImage(BlackImage, EPD_2in13_V4_WIDTH, EPD_2in13_V4_HEIGHT, 90, WHITE); Paint_NewImage(BlackImage, EPD_2in13_V4_WIDTH, EPD_2in13_V4_HEIGHT, 90, WHITE);
EPD_2in13_V4_Init();
Paint_SelectImage(BlackImage);
Paint_Clear(WHITE); Paint_Clear(WHITE);
Paint_DrawString(32, 10, "Hello, World!", &Font16, WHITE, BLACK); Paint_DrawString(32, 10, "Hello, World!", &Font16, WHITE, BLACK);