MATRIX PEN

By Richard Allen →

No Hassle 8x8 LED Drawing

Guide Buy Matrix Pen

MatrixPen takes the hassle out of drawing to an 8x8 LED matrix from an Arduino. Draw on your Mac and export straight to code. Leave the bitshifting to us.

byte pen[8] = { B01111110,
		B01011010,
		B01011010,
		B01011010,
		B11111111,
		B11011011,
		B11011011,
		B11111111 };
byte smile[8] = { B00111100,
		  B01000010,
		  B10100101,
		  B10000001,
		  B10100101,
		  B10111101,
		  B01000010,
		  B00111100 };
byte rabbit[8] = { B01111110,
		   B01111110,
		   B01011010,
		   B01011010,
		   B11111111,
		   B11011011,
		   B11011011,
		   B11111111 };