Fogor
This commit is contained in:
parent
754bc582db
commit
63c65aaf9f
@ -55,8 +55,6 @@ int draw() {
|
|||||||
const char *code = getCode(confStr);
|
const char *code = getCode(confStr);
|
||||||
Debug("Code: %s\n", code);
|
Debug("Code: %s\n", code);
|
||||||
Paint_DrawString(5, 5, code, &Font72, WHITE, BLACK);
|
Paint_DrawString(5, 5, code, &Font72, WHITE, BLACK);
|
||||||
Paint_DrawBitMap();
|
|
||||||
GUI_ReadBmp();
|
|
||||||
|
|
||||||
Paint_DrawRectangle(10, 112, 240, 92, WHITE, DOT_PIXEL_1X1, DRAW_FILL_EMPTY);
|
Paint_DrawRectangle(10, 112, 240, 92, WHITE, DOT_PIXEL_1X1, DRAW_FILL_EMPTY);
|
||||||
EPD_2in13_V4_Display_Base(BlackImage);
|
EPD_2in13_V4_Display_Base(BlackImage);
|
||||||
|
Loading…
Reference in New Issue
Block a user