Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Arduino/epd1in64g/epdif.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/

#include "epdif.h"
#include <spi.h>
#include <SPI.h>

EpdIf::EpdIf() {
};
Expand Down Expand Up @@ -61,4 +61,4 @@ int EpdIf::IfInit(void) {
SPI.begin();
SPI.beginTransaction(SPISettings(2000000, MSBFIRST, SPI_MODE0));
return 0;
}
}
2 changes: 1 addition & 1 deletion Arduino/epd1in64g/epdif.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#ifndef EPDIF_H
#define EPDIF_H

#include <arduino.h>
#include <Arduino.h>

// Pin definition
#define RST_PIN 8
Expand Down
2 changes: 1 addition & 1 deletion Arduino/epd2in13d/epd2in13d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#
******************************************************************************/
#include "epd2in13d.h"
#include <arduino.h>
#include <Arduino.h>
/**
* full screen update LUT
**/
Expand Down
4 changes: 2 additions & 2 deletions Arduino/epd2in36g/epdif.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/

#include "epdif.h"
#include <spi.h>
#include <SPI.h>

EpdIf::EpdIf() {
};
Expand Down Expand Up @@ -61,4 +61,4 @@ int EpdIf::IfInit(void) {
SPI.begin();
SPI.beginTransaction(SPISettings(2000000, MSBFIRST, SPI_MODE0));
return 0;
}
}
2 changes: 1 addition & 1 deletion Arduino/epd2in36g/epdif.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#ifndef EPDIF_H
#define EPDIF_H

#include <arduino.h>
#include <Arduino.h>

// Pin definition
#define RST_PIN 8
Expand Down
4 changes: 2 additions & 2 deletions Arduino/epd3in0g/epdif.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/

#include "epdif.h"
#include <spi.h>
#include <SPI.h>

EpdIf::EpdIf() {
};
Expand Down Expand Up @@ -61,4 +61,4 @@ int EpdIf::IfInit(void) {
SPI.begin();
SPI.beginTransaction(SPISettings(2000000, MSBFIRST, SPI_MODE0));
return 0;
}
}
2 changes: 1 addition & 1 deletion Arduino/epd3in0g/epdif.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#ifndef EPDIF_H
#define EPDIF_H

#include <arduino.h>
#include <Arduino.h>

// Pin definition
#define RST_PIN 8
Expand Down
2 changes: 1 addition & 1 deletion Arduino/epd4in37g/epdif.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/

#include "epdif.h"
#include <spi.h>
#include <SPI.h>

EpdIf::EpdIf() {
};
Expand Down
2 changes: 1 addition & 1 deletion Arduino/epd4in37g/epdif.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#ifndef EPDIF_H
#define EPDIF_H

#include <arduino.h>
#include <Arduino.h>

// Pin definition
#define RST_PIN 8
Expand Down
2 changes: 1 addition & 1 deletion Arduino/epd5in83/epdif.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/

#include "epdif.h"
#include <spi.h>
#include <SPI.h>

EpdIf::EpdIf() {
};
Expand Down
2 changes: 1 addition & 1 deletion Arduino/epd5in83/epdif.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#ifndef EPDIF_H
#define EPDIF_H

#include <arduino.h>
#include <Arduino.h>

// Pin definition
#define RST_PIN 8
Expand Down
2 changes: 1 addition & 1 deletion Arduino/epd7in3f/epdif.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/

#include "epdif.h"
#include <spi.h>
#include <SPI.h>

EpdIf::EpdIf() {
};
Expand Down
2 changes: 1 addition & 1 deletion Arduino/epd7in3f/epdif.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#ifndef EPDIF_H
#define EPDIF_H

#include <arduino.h>
#include <Arduino.h>

// Pin definition
#define RST_PIN 8
Expand Down
4 changes: 2 additions & 2 deletions Arduino/epd7in3g/epdif.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/

#include "epdif.h"
#include <spi.h>
#include <SPI.h>

EpdIf::EpdIf() {
};
Expand Down Expand Up @@ -61,4 +61,4 @@ int EpdIf::IfInit(void) {
SPI.begin();
SPI.beginTransaction(SPISettings(2000000, MSBFIRST, SPI_MODE0));
return 0;
}
}
2 changes: 1 addition & 1 deletion Arduino/epd7in3g/epdif.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#ifndef EPDIF_H
#define EPDIF_H

#include <arduino.h>
#include <Arduino.h>

// Pin definition
#define RST_PIN 8
Expand Down