add 2.7 b V2

This commit is contained in:
SSYYL 2021-02-22 15:59:14 +08:00
commit 9edbace6e9
59 changed files with 25054 additions and 250 deletions

View file

@ -73,6 +73,7 @@ void Epd::WaitUntilIdle(void)
DelayMs(200);
}
// High Direction
int Epd::HDirInit(void)
{
/* this calls the peripheral hardware interface, see epdif */
@ -125,6 +126,7 @@ int Epd::HDirInit(void)
return 0;
}
// Low Direction
int Epd::LDirInit(void)
{
/* this calls the peripheral hardware interface, see epdif */