Joseph Kim / SSD13062
Revision:
4:4b5e234b4f3e
Parent:
3:1d9df877c90a
--- a/ssd1306.h	Sat Feb 09 16:43:49 2013 +0000
+++ b/ssd1306.h	Thu Jun 13 01:08:01 2019 +0000
@@ -181,7 +181,8 @@
     
     // ----- BUFFER EDITING -----
 
-    void clear();
+    void clear();  
+    void drawBitmap(int x, int y, const unsigned char *bitmap, int w, int h, int color = 1);
     void set_pixel(int x, int y);
     void clear_pixel(int x, int y);
     void line(int x0, int y0, int x1, int y1);