add 1.02EPD + 7.5(a,b,c) V2 + 2.7(4 gray)

This commit is contained in:
hnwangkg-ezio 2019-10-11 11:56:28 +08:00
commit 702def06bc
416 changed files with 53398 additions and 7019 deletions

View file

@ -35,10 +35,6 @@ int EPD_1in54_V2_test(void)
printf("EPD_1in54_V2_test Demo\r\n");
DEV_Module_Init();
for(;;){
// EPD_1IN54_V2_Init();
// EPD_1IN54_V2_Clear();
printf("e-Paper Init and Clear...\r\n");
EPD_1IN54_V2_Init();
EPD_1IN54_V2_Clear();
@ -146,7 +142,7 @@ for(;;){
EPD_1IN54_V2_Sleep();
free(BlackImage);
BlackImage = NULL;
}
// close 5V
printf("close 5V, Module enters 0 power consumption ...\r\n");
DEV_Module_Exit();