fixed Displaypart method declaration
This commit is contained in:
parent
8973995e53
commit
5fa56c481f
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ public:
|
||||||
void SendData(unsigned char data);
|
void SendData(unsigned char data);
|
||||||
void Sleep(void);
|
void Sleep(void);
|
||||||
void Clear(void);
|
void Clear(void);
|
||||||
void Epd::Displaypart(const unsigned char* pbuffer, unsigned long Start_X, unsigned long Start_Y,unsigned long END_X,unsigned long END_Y);
|
void Displaypart(const unsigned char* pbuffer, unsigned long Start_X, unsigned long Start_Y,unsigned long END_X,unsigned long END_Y);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
unsigned int reset_pin;
|
unsigned int reset_pin;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue