Post It

Dependencies:   LM75B

Fork of EM027BS013 by EmbeddedArtists AB

Revision:
1:3700ccf919d8
Parent:
0:9297e33f50cf
--- a/EM027BS013.cpp	Tue Jul 22 11:59:06 2014 +0000
+++ b/EM027BS013.cpp	Tue Dec 09 10:26:31 2014 +0000
@@ -85,7 +85,7 @@
 
 void EM027BS013::drawImage(uint8_t * image)
 {
-    init();
+    //init();
     EPD_display_from_pointer(EPD_270, NULL, image);
 }