add 2.7 b V2
This commit is contained in:
parent
6ef4a7d54d
commit
9edbace6e9
59 changed files with 25054 additions and 250 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue