fix 2.9_V2 & 4.01f

This commit is contained in:
SSYYL 2021-01-26 14:35:45 +08:00
commit 7c368a22af
65 changed files with 4803 additions and 335 deletions

View file

@ -1,7 +1,7 @@
/**
* @filename : epd2in9_V2.h
* @brief : Header file for e-paper display library epd2in9_V2.cpp
* @author : Yehui from Waveshare
* @author :
*
* Copyright (C) Waveshare Nov 09 2020
*
@ -71,7 +71,8 @@ private:
unsigned int dc_pin;
unsigned int cs_pin;
unsigned int busy_pin;
void SetLut(void);
void SetMemoryArea(int x_start, int y_start, int x_end, int y_end);
void SetMemoryPointer(int x, int y);
};