;;;;;;;;;;;;;;;;;;;;;

This commit is contained in:
Steven Tracey 2024-11-20 13:20:46 -05:00
parent f9bf3b97b4
commit 9ed97db2ca

View File

@ -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";