SSD1306 LCD 96x16 model

Dependents:   testSoftware8_alles_display

Fork of ssd1306_library by Miguel Angel Rodriguez Jodar

Revision:
13:e52c5cb758ca
Parent:
11:1b5a69808460
--- a/ssd1306.h	Wed Sep 12 11:09:35 2018 +0000
+++ b/ssd1306.h	Mon Sep 17 11:26:40 2018 +0000
@@ -223,7 +223,7 @@
      * @param bkground If not NULL, should point to a 1024 byte buffer with the image to load to the display
      * @param refresh (optional) Force an actual screen redraw after the operation
      */
-    void bitMap (char *bkground=NULL, bool refresh=false);
+    void bitMap (bool refresh=false);
     
     /**
      * Plots a pixel.