Small bitmap-library to use with monocrome displays.

Revision:
5:481c2e048ca4
Parent:
4:5d6f6e0191b8
Child:
6:c558f38d07ca
--- a/TinyBitmap.cpp	Fri Aug 31 15:54:00 2018 +0000
+++ b/TinyBitmap.cpp	Fri Aug 31 16:04:15 2018 +0000
@@ -4,7 +4,7 @@
 #include <math.h>
 #include "TinyBitmap.h"
 
-TinyBitmap::TinyBitmap(int width, int height, char *framebuffer int commandbytes, int bitmaplayout) //Constructor
+TinyBitmap::TinyBitmap(int width, int height, char *framebuffer, int commandbytes, int bitmaplayout) //Constructor
 {
     _IMAGEWIDTH = width;
     _IMAGEHEIGHT = height;