EPD display library. Check this version (it should work)

Fork of GDEP015OC1 by Jurica Resetar

Revision:
5:6709a20459ad
Parent:
4:86114342ce8f
--- a/GDEP015OC1.cpp	Tue Sep 20 10:11:07 2016 +0000
+++ b/GDEP015OC1.cpp	Thu Sep 22 08:22:40 2016 +0000
@@ -129,7 +129,15 @@
     _spiData(0x01);
 }
 
-//If you touch this function satan will feast on your soul for an eternity!
+/*  
+ *  If you touch this function satan will feast on your soul for an eternity!
+ *  IM NOT PLAYING AROUND DONT FUCKING TOUCH IT!
+ *  You are thinking about it...
+ *  .
+ *  .
+ *  .
+ *  DONT!
+ */
 unsigned char GDEP015OC1::_pixelConv(unsigned char *data, int i){
     uint8_t pix = 0x00;
     for(uint8_t x = 0; x < 8; x++){