Add 4.37inch e-Paper (G) STM32 program and fix some bugs.

This commit is contained in:
SSYYL 2022-08-16 16:59:55 +08:00
commit 77accf11dd
32 changed files with 4453 additions and 1186 deletions

View file

@ -39,7 +39,7 @@ int EPD_3in52_test(void)
}
printf("e-Paper Init and Clear...\r\n");
EPD_3IN52_Init();
EPD_3IN52_Init();
EPD_3IN52_display_NUM(EPD_3IN52_WHITE);
EPD_3IN52_lut_GC();