Harry Chen / EPD_GDEW075T8

Dependents:   EInkTest

Revision:
3:8129e159831b
Parent:
2:73f957691c31
Child:
4:a038b8b2ee11
diff -r 73f957691c31 -r 8129e159831b GDEW075T8.h
--- a/GDEW075T8.h	Mon Oct 15 03:56:16 2018 +0000
+++ b/GDEW075T8.h	Mon Oct 15 04:12:41 2018 +0000
@@ -7,6 +7,9 @@
     
     const int BUFFER_SIZE = 640 * 384 / 8;
 
+    void setup(DigitalOut *nCS, DigitalOut *nDC,
+                DigitalOut *nRST, DigitalIn *ready, SPI *spi);
+
     void start();
     void stop();