Added 2.36inch e-Paper (G) program and some fixes.

This commit is contained in:
SSYYL 2022-08-18 11:31:38 +08:00
commit 335392a396
41 changed files with 3920 additions and 595 deletions

View file

@ -58,7 +58,7 @@ int EPD_4in37g_test(void)
printf("show image for array\r\n");
Paint_SelectImage(BlackImage);
Paint_Clear(EPD_4IN37G_WHITE);
Paint_DrawBitMap(Image4color);
Paint_DrawBitMap(gImage_4in37g);
EPD_4IN37G_Display(BlackImage);
DEV_Delay_ms(2000);
#endif