The Arduino program was updated to fit the driver board of Rev2.3.

This commit is contained in:
SSYYL 2023-04-27 16:12:36 +08:00
commit a550cc47fa
12 changed files with 30 additions and 1 deletions

View file

@ -35,6 +35,7 @@
#define DC_PIN 9
#define CS_PIN 10
#define BUSY_PIN 7
#define PWR_PIN 6
class EpdIf {
public: