Use SS pin for Arduinos - thus works for Uno and Mega and should for all other officially supported boards.

This commit is contained in:
Johannes Wilde 2020-08-04 21:01:17 +02:00
commit d49211a232
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@
// Pin definition
#define RST_PIN 8
#define DC_PIN 9
#define CS_PIN 10
#define CS_PIN SS
#define BUSY_PIN 7
class EpdIf {

View file

@ -33,7 +33,7 @@
// Pin definition
#define RST_PIN 8
#define DC_PIN 9
#define CS_PIN 10
#define CS_PIN SS
#define BUSY_PIN 7
class EpdIf {