Weird API
This commit is contained in:
parent
c5b8228d3d
commit
c98c10f72f
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user